Hey Peter, Thanks Hope you'll get some use out of these tutorials
Comment by DarkJedi613 on May 20, 2004, 9:36 pm
You can also use print ""; (without parenthesis).
Also to print out a new line (to clean up the source file when its viewed through a browser):
print "
";
You can use the same technique to print out a quotation mark (" the following code would print out a quote:
echo "\"";
The first quote starts the string, the slash tells PHP to print out the next character no matter what it is (and not to print out the \), the second quote is printed out and the third ends the string.
Comment by Emperior Eric on Oct 31, 2004, 12:54 am
hey your tutorial helped but when I saved the *.php it just took it as the name and tacked .txt on the end and then my webhost accepted it as a text file.