Question on optimizing code for quicker runtimes.
Which is quicker (this is on a webpage also..NOT
commandline)?
<?php if ($a){ echo 'abc'; } ?>
OR
<?php if ($a) { ?> abc <?php } ?>
Both do the same thing and are legit but wondering
which is better from an optimization standpoint (NOT
interested in readability or *proper* code here)
-Peter
__________________________________________________
Do You Yahoo!?
Sign up for SBC Yahoo! Dial - First Month Free
http://sbc.yahoo.com
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php