PHP Fatal error does not result in HTTP error code 500. When PHP code throws a Fatal error, I would expect Apache to respond with HTTP 500, not a 200?
You should look into using the .htaccess file to control which responses you want your server to perform.
Answered by: Davey C
Comment on this Question and Answer >>>
ASK A QUESTION
More functions PHP Questions
1. How do i find out the number of parameter passed into function? 2. What are encryption function in PHP? 3. How many values can the SET function of MYSQELtake?How can I access information sent through $_POST on a form?
how can i get the data by using get(),post()methods?
how can we display a particular data from database by creating a function
which function can assign the output to a string variable?
