Hi
In your PHP.INI there is a section that will take care of that
;;
; Error handling and logging ;
;;
; error_reporting is a bit-field. Or each number up to get desired error
; reporting level
; E_ALL - All errors and warnin
On Wednesday 17 November 2004 22:00, Rayan Lahoud wrote:
> Hy, i am opening php files from my browser. If there are some errors in the
> php file i can not see what are the errors in the browser
Put:
error_reporting(E_ALL);
ini_set('display_errors', TRUE);
at the beginning of your pa
2 matches
Mail list logo