Thread
:
Digital's Quick and Dirty Guide to PHP
View Single Post
01-22-2004
#
3
(
permalink
)
Peyton
Guest
Posts: n/a
Why do you use double quotes when not outputting anything? Every time the parser sees double quotes it expects output, and when output does not happen it slows the script down.
Peyton