Jump to content

*SOLVED* Off PHP Warning Message


laavanya14

Recommended Posts

If you are getting warning messages then you will want to get them sorted out otherwise you script will not work as you expect it to.

If you want to turn your errors off you'll need to access to your php.ini file and turn [b]display_errors[/b] (located near line 357) to Off.
Link to comment
Share on other sites

[!--quoteo(post=365118:date=Apr 15 2006, 12:14 PM:name=wildteen88)--][div class=\'quotetop\']QUOTE(wildteen88 @ Apr 15 2006, 12:14 PM) [snapback]365118[/snapback][/div][div class=\'quotemain\'][!--quotec--]
If you are getting warning messages then you will want to get them sorted out otherwise you script will not work as you expect it to.

If you want to turn your errors off you'll need to access to your php.ini file and turn [b]display_errors[/b] (located near line 357) to Off.
[/quote]

hi thanks for the reply.
is it possible i can only turn off errors just from one particular script??
Link to comment
Share on other sites

[!--quoteo(post=365123:date=Apr 15 2006, 12:42 PM:name=Laavanya)--][div class=\'quotetop\']QUOTE(Laavanya @ Apr 15 2006, 12:42 PM) [snapback]365123[/snapback][/div][div class=\'quotemain\'][!--quotec--]
hi thanks for the reply.
is it possible i can only turn off errors just from one particular script??
[/quote]


solved it :p
just put error_reporting(0) for that page :D
Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.