Does using require to require files in your script slow it down alot?
What if your using a php accelerator? arent all the files stored in ram then? so requiring files shouldnt be too big of a hit right?
Thanks for feedback
Using 'include' or 'require' is perfectly fine to do.