12-30-2007, 08:51 PM
|
#1 (permalink)
|
|
The Frequenter
Join Date: Dec 2007
Location: In my basement
Posts: 386
Thanks: 47
|
How do you structure your quotes?
I like to make all strings with double quotes, and use single quotes for HTML tags. Quotation marks in strings are done with "
So, I structure my echo statements like so:
PHP Code:
echo "<p span='font-size=3em;'>Two is the number two. You want to say too as in " me too "</p>";
|
|
|