Jump to content

Recommended Posts

Posted

Hello, i can't disable the function display_errors using the php.ini :(, i want to know how i can disable this function

jijiji sorry for the bad english, but i don't speak it very well :rolleyes:

Posted

We don't allow people to edit the php.ini file. To stop php errors, add this to the top of your php pages:

 

error_reporting(0);

 

Posted
We don't allow people to edit the php.ini file. To stop php errors, add this to the top of your php pages:

 

error_reporting(0);

ok, thankyou :)

 

We don't allow people to edit the php.ini file. To stop php errors, add this to the top of your php pages:

 

error_reporting(0);

ok, thankyou :)

this does not work :(

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...