Code: Select all
require_once("file_array.php");Code: Select all
Warning: require_once(file_array.php) [function.require-once]: failed to open stream: No such file or directory in C:\xampp\htdocs\test\report_view.php on line 5
Fatal error: require_once() [function.require]: Failed opening required 'file_array.php' (include_path='.;C:\xampp\php\pear\; C:\xampp\htdocs\') in C:\xampp\htdocs\test\report_view.php on line 5Code: Select all
require_once("C:\\xampp\\htdocs\\file_array.php");Code: Select all
require_once("../file_array.php");