PHP Show all Error

Add these lines to the beginning of the php script:
ini_set( 'display_errors', 1 );
error_reporting( E_ALL );

No comments:

Post a Comment