|
Posted by R. Rajesh Jeba Anbiah on 11/16/71 11:31
windandwaves wrote:
> Hi Folk
>
> My question is:
> echo all the time vs echo at the end - what is faster
<snip>
As everyone stated, comparing the two, (1) is faster. But, none of
them are faster as compared to embedded HTML/PHP.
<quote src="http://in2.php.net/language.basic-syntax#AEN2666">
for outputting large blocks of text, dropping out of PHP parsing mode
is generally more efficient than sending all of the text through echo()
or print().
</quote>
--
<?php echo 'Just another PHP saint'; ?>
Email: rrjanbiah-at-Y!com Blog: http://rajeshanbiah.blogspot.com/
Navigation:
[Reply to this message]
|