|
-
Aug 22nd, 2007, 04:52 AM
#1
Thread Starter
Frenzied Member
[RESOLVED] PHP Warning Messages
Hello everybody,
My php file gives warning messages when I execute it. How can I disable/hide these warning messages to display on the page?
Thanks.
-
Aug 22nd, 2007, 08:54 AM
#2
Re: PHP Warning Messages
Hi there,
In your php.ini you can set the display_errors directive to Off.
See more here:
http://us2.php.net/errorfunc
-
Aug 23rd, 2007, 12:43 AM
#3
Re: [RESOLVED] PHP Warning Messages
Turning off warnings is a bad idea. You should fix the warnings, not suppress them; otherwise, you will be lost when your application starts behaving in an unexpected manner.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|