On Wed, 2004-02-11 at 19:36, John W. Holmes wrote: > If you use echo, then you should use include(). > If you use print, then you should use include " ". > Unless you use echo(), then you should use include" " > and if you use print " ", then you should use include(). > Unless you don't want to. :)
Heh, what if I use print('')? :P Actually, I use echo(''), even though using single quotes doesn't give me better performance I like to separate my strings and variables. I enjoy using echo, it's like a rebellion against printf. -- Adam Bregenzer [EMAIL PROTECTED] http://adam.bregenzer.net/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php