Thread: PHP warning
View Single Post
  #4 (permalink)  
Old 30-11-2005, 09:10
Damien Damien is offline
Member
 
Join Date: Nov 2005
Posts: 41
Default

If I need to, I just use

<?php
# Filename include.baseconfig.php
errorreporting(0);

//Insert PHP

errorreporting(10);
?>

Somethign along them lines should work if you're lazy
Reply With Quote