Okay i have two lines
include('clientbegin.php");
include("nav.php");
both are in the same folder yet nav.php has the following error:
Warning: main(1): failed to open stream: No such file or directory in c:\program files\easyphp1-7\www\shame\client_pages\home.php on line 5
Warning: main(): Failed opening '1' for inclusion (include_path='.;C:\Program Files\EasyPHP1-7\php\pear\') in c:\program files\easyphp1-7\www\shame\client_pages\home.php on line 5
It says the include path is under that php\pear\ when it shuold www\shame\client_pages
what can be wrong here?