Is it posible to enable PHP warnings ?? really hard developping without...

O

old.TrOnCeK

Guest
You have to change the error_reporting variable in php.ini. It should be something like this:

error_reporting=E_ALL ; display all errors, warnings and notices

Hope that helps.
 
O

old.gregleturk

Guest
If you own the web server yes, but if you don't :eek:) -nt-

.
 

Users who are viewing this thread

Top Bottom