Thursday, February 3, 2011

Metalcore Cheap Wheels

PHP: disable (temporarily) generated the warning

There are two possibilities:
Insert the following line in the configuration file php.ini: display_errors = 0

Insert the clause at the beginning of script:
ini_set ("display_errors", 0) ;




0 comments:

Post a Comment