Hello!
I have this code:
[php]
I fix it replacing
[php]error_reporting(E_ALL);[/php]
with
[php]ini_set(‘display_errors’, 1);[/php]
Now I can see the errors!
Hello!
I have this code:
[php]
I fix it replacing
[php]error_reporting(E_ALL);[/php]
with
[php]ini_set(‘display_errors’, 1);[/php]
Now I can see the errors!