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
Sacapuss
Forum Commoner
Posts: 40 Joined: Mon May 16, 2005 9:46 pm
Location: Earth...
Post
by Sacapuss » Sun Jul 17, 2005 11:16 am
Hi !
Could you remind me the way to, in Php, inhibate the error messages, please ?
Thanx for your help !
nielsene
DevNet Resident
Posts: 1834 Joined: Fri Aug 16, 2002 8:57 am
Location: Watertown, MA
Post
by nielsene » Sun Jul 17, 2005 11:21 am
Put an "@" before the function call. Or modifiy php.ini to turn display_errors off, or raise the level of error reporting.
Sacapuss
Forum Commoner
Posts: 40 Joined: Mon May 16, 2005 9:46 pm
Location: Earth...
Post
by Sacapuss » Tue Jul 19, 2005 7:01 pm
Thanx for your help, nielsene !