Mon Sep 08, 2008 2:01 am
<?php
include("example.php");
echo "Am here !";
?>
Warning: main(example.php): failed to open stream: No such file or directory in /codemiles.com/Folder/test.php on line 2 Warning: main(): Failed opening 'example.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /codemiles.com/Folder/test.php on line 2
Am here !
<?php
require("example.php");
echo "Am here !";
?>
Warning: main(example.php): failed to open stream: No such file or directory in /codemiles.com/Folder/test.php on line 2
Fatal error: main(): Failed opening required 'example.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /codemiles.com/Folder/test.php on line 2
Codemiles.com is a participant in the Amazon Services LLC Associates Program, an affiliate advertising program designed to provide a means for sites to earn advertising fees by advertising and linking to Amazon.com
Powered by phpBB © phpBB Group.