Inhibate the errors messages...

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
User avatar
Sacapuss
Forum Commoner
Posts: 40
Joined: Mon May 16, 2005 9:46 pm
Location: Earth...

Inhibate the errors messages...

Post by Sacapuss »

Hi !

Could you remind me the way to, in Php, inhibate the error messages, please ?

Thanx for your help !
User avatar
nielsene
DevNet Resident
Posts: 1834
Joined: Fri Aug 16, 2002 8:57 am
Location: Watertown, MA

Post by nielsene »

Put an "@" before the function call. Or modifiy php.ini to turn display_errors off, or raise the level of error reporting.
User avatar
Sacapuss
Forum Commoner
Posts: 40
Joined: Mon May 16, 2005 9:46 pm
Location: Earth...

Thanx for your help, nielsene !

Post by Sacapuss »

Thanx for your help, nielsene !
Post Reply