Subdirectory fails
Posted by:
Atreyux
(201.130.194.---)
Date: September 20, 2006 06:26PM
Hello Forum, I have a problem. when i program a demo.php and in the code i put a call for other file that i want to include
"<?php include '.../hitscounter/check.php'; ?>"
the browser respond:
Warning: include(.../hitscounter/check.php) [function.include]: failed to open stream: No such file or directory in C:\wamp\www\demo.php on line 1
Warning: include() [function.include]: Failed opening '.../hitscounter/check.php' for inclusion (include_path='.;c:\wamp\php\includes') in C:\wamp\www\demo.php on line 1
and it's the same problem that not found images for example:
src='".$images."/".$digit1.".jpg'
even i know that variables for subdirectories are ok
My question is if i need to configure some extra?
Thank's for the help