PHP Warning when using include_once()
- by Ajith
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