New at this, so apologies if I'm not using the correct terminology, but... Locally, in my scripts, I can include scripts using:
include('/include/sample.php');
And it will automatically traverse to my web directory for inclusion... However, when I upload it to my server, it uses the server root at "/".
I don't really know what to search for, otherwise, I'd google, it, but hoping someone knows what I need to change on the server?