10-31-2007, 03:52 PM
|
#8 (permalink)
|
|
Super Moderator
Join Date: Sep 2007
Posts: 165
Thanks: 0
|
Quote:
Originally Posted by Sled
I've alwys used double quotes, because it's easier, you can just put the vars in there.
But now that I think about it, escaping every double quote of the html takes alot of time, and I might actually swith :p
|
Not that i don't promote using single quotes as they rock, but you do know you can just use single quotes for the places you use double quotes in the html? lol
And tbh, you shouldn't EVER need to escape quotes in a document as it should never be used with PHP and instead in a templating file....
|
|
|
|