View Single Post
Old 12-30-2007, 08:51 PM   #1 (permalink)
Aaron
The Frequenter
 
Join Date: Dec 2007
Location: In my basement
Posts: 386
Thanks: 47
Aaron is on a distinguished road
Default 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 &quot me too &quot</p>"
Send a message via MSN to Aaron
Aaron is offline  
Reply With Quote