Downgrade Posted August 23, 2011 Posted August 23, 2011 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
Byron Posted August 23, 2011 Posted August 23, 2011 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);
Downgrade Posted August 23, 2011 Author Posted August 23, 2011 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
PenTester Posted August 24, 2011 Posted August 24, 2011 did you put error_reporting(0); inside <?php or above ?
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now