On Thu, Nov 20, 2003 at 12:36:42PM -0500, John W. Holmes wrote:
: 
: Jay Fitzgerald wrote:
: >
: >when should i use echo ' '; vs. print ' ';
: 
: You should always use echo. It'll make a significant performance 
: increase in your scripts as it's only four letters instead of five.

<p class="tonue-in-cheek">

Also, the letter 'e' is smaller than 'p', so ASCII-based function
lookups will be faster as well.

</p>

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

Reply via email to