Quote:
Originally posted by pornanza
@include('file.php');
to supress all errors for include or
error_reporting(0); to supress all errors on a page
not sure why you're getting that error, i'll have a think
ryan
|
Thanks. Adding @ in front of include worked.