RE: [PHP] Include & Speed

2001-06-20 Thread Jason Murray
> Isn't it fair to say that having the server open the extra > file will add to the total execution time of the page? I think if it significantly impacts the execution time, you have bigger problems with your server. :) Jason -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e

RE: [PHP] Include & Speed

2001-06-20 Thread tony . mccrory
scott [gts]" ctype.com> cc: Subject:

RE: [PHP] Include & Speed

2001-06-20 Thread scott [gts]
include() is not magical. it's all PHP code, whether or not you put it into your "main" file, or pull it in with an include() if it's slow - it's slow, regardless of *how* it was brought into the script. > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Sent: W