PHP Warning when using include_once()

Posted by Ajith on Stack Overflow See other posts from Stack Overflow or by Ajith
Published on 2010-04-20T04:38:21Z Indexed on 2010/04/20 4:43 UTC
Read the original article Hit count: 230

Filed under:

When i try to include a file using include_once in php which shows warning like Warning: include_once(1) [function.include-once]: failed to open stream: No such file or directory in /var/www/test/content_box.php on line 2.Actually file is there in my directory.I am using ubuntu (OS) How can we prevent this warning.If anybody know please help me

© Stack Overflow or respective owner

Related posts about php