Re: [PHP] Include file path.. please help im newby

2007-02-28 Thread Jochem Maas
StainOnRug wrote: > Hello I am a beginner at PHP. I searched for my ? but couldn’t pinpoint it.. > My question is, How do I upload include files onto my website include > directory. Im hosted through Yahoo, I am not running a server on my > computer. When I check out my PHP info it tells me the in

RE: [PHP] Include file path.. please help im newby

2007-02-24 Thread Peter Lauri
Include path and include() function is different things. Include path: this is paths where PHP will look for files tried to be included if it doesn't exist in script directory. If you do include("afile.php") and afile.php doesn't exist in the same directory as where your script that is calling the