RE: [PHP] Include load question (newbie)

2002-05-27 Thread David Freeman
> 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

[PHP] Include load question (newbie)

2002-05-27 Thread r
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 fi