Suspended
- Joined
- 30 Jan 2005
- Posts
- 467
Is there a way to change
<?php
require_once($_SERVER['DOCUMENT_ROOT'].'/myfile.php');
?>
So if 'myfile.php' cannot be found it loads a error message instead of showing the fatal errors?
<?php
require_once($_SERVER['DOCUMENT_ROOT'].'/myfile.php');
?>
So if 'myfile.php' cannot be found it loads a error message instead of showing the fatal errors?