GS> <?php
GS> echo 'Finished';
?>>

I can do one better:

... ?>Finished<?php ...

Seriously, I think he's right to think parsing 3000 lines with *every*
call will be less than ideal.  He should use include() conditionally
to grab only the necessary code, but only to an extent.  Then you
start adding your server's filesystem performance into the equation,
but if the server's decent it should have those cached or something -
It should at least be able to pull them faster than PHP could
interpret them.

Short answer: less to interpret = less time

Steve
-- 
[EMAIL PROTECTED] ** http://mrclay.org


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

Reply via email to