Best way to include? Include paths?
Posted: Mon Mar 24, 2008 2:35 pm
I've got a PHP project where (obviously) I need to include other scripts. They are in the same directory. Should I just do include 'file.php' or should I be manipulating the include path or including with a full path?