RE: [PHP] Script optimisation

2002-10-16 Thread Simon Taylor
Tony, I am not sre which is faster, but I am pretty sure you wouldn't be able to measure it in milliseconds.. Cheers Simon -Original Message- From: Tony Crockford [mailto:[EMAIL PROTECTED]] Sent: 16 October 2002 10:48 To: Php-General@Lists. Php. Net Subject: [PHP] Script optimis

Re: [PHP] Script optimisation

2002-10-16 Thread Timothy Hitchens
This an issue that many people in the PHP community face each day. I would suggest these first very basic ones: If you have strings that are echo/parsed that you use double quotes but when the string contains no variable replacement use singles. If you are writing files of considerable size lo

[PHP] Script optimisation

2002-10-16 Thread Tony Crockford
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 in blocks of html or to echo all of the html and only have one 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 maxim