PHP warnings

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
Sanglier
Forum Newbie
Posts: 7
Joined: Mon Jul 19, 2004 8:56 am

PHP warnings

Post by Sanglier »

Hi,

Is it possible to switch off all runtime warnings for PHP 3.3?
I just do not want to display warning messages to visitors.
d3ad1ysp0rk
Forum Donator
Posts: 1661
Joined: Mon Oct 20, 2003 8:31 pm
Location: Maine, USA

Post by d3ad1ysp0rk »

tha..tha..tha..there.3? o_O

First step: php.net, find the newest php4 stable release
second step: check this out http://us3.php.net/error_reporting
Post Reply