otices
;
error_reporting = E_ALL & ~E_NOTICE
-Original Message-
From: Rayan Lahoud [mailto:[EMAIL PROTECTED]
Sent: Wednesday, November 17, 2004 3:01 PM
To: [EMAIL PROTECTED]
Subject: [PHP] how to show errors in browser
Hy, i am opening php files from my browser. If there are some erro
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
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
Can anyone help please?
-
Do you Yahoo!?
Discover all thats new in My Yahoo!
3 matches
Mail list logo