> I have two files (f1.php,f2.php) that each take about 90% 
 > and 90% of differient functions from the first 
 > file(func.php), would my files (f1.php,f2.php) load faster 
 > if I defined the functions in each file instead of including 
 > it or is this helping?

It might, but the difference isn't likely to be significant.  If speed
is a problem then you need to figure out where your bottle neck is -
unless they are huge files the problem is unlikely to be in loading of
individual file themselves.

CYA, Dave



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

Reply via email to