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.
[!--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??
[!--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

Archived

This topic is now archived and is closed to further replies.

×
×
  • 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.