Hi,

I'm sure this is an RTFM, but I'm not sure where I should be looking.

is it quicker for PHP to execute <? echo $var ?> in blocks of html or to
echo all of the html and only have one <? and ?>

I'm using a PHP script to write a lot of html files to hard disk and the
script execution time is climbing beyond the maximum set in PHP.ini
(I've changed the setting, but...)

I'm looking to shave milliseconds of each execution, any ideas, pointers
or tutorials you could point me to.

Thanks


Tony


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to