Hey all,

I have a file that is totally  filled with PHP functions, its around 15 k.
(func.php)

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?

Any help appreciated.
-Ryan.


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

Reply via email to