Okay,
I want to know if anybody has a clue which is more efficient,
processorwise/parsingwise:
this:
------
echo
"<table><tr><td><b>".$somevar."</b><br>".$somevardesc."</td></tr></table>";
or this:
------
echo "<table><tr><td><b>{$somevar}</b><br>{$somevardesc}</td></tr></table>";
I almost always use the first method (just seems more readable to me), but
with all of the discussion popping up about curly brackets, i was wondering
if it really makes a difference? Any vets out there care to put in their
$0.02?
Dave Tichy
http://sinewaves.net/
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php