How do i turn error reporting on in the php ini as im not getting any errors when there is an error in my php script.

Can anyone help?

    php.ini:

    error_reporting = E_ALL
    display_errors = On

      Write a Reply...