PHP Questions Home | Register | Login
Categories
Arrays
Files
Forms
Creating PDFs
PHP Errors
Functions
Images
MySQL
Numbers
Others
Strings
Website
Unanswered

PHP Forums
Forums Index
MySQL Forum
PHP Forum
Flash/Actionscript
Javascript
Web design

More PHP
PHP Functions
Top Questions
Ask a Question
PHP Interview Questions
PHP Jobs
Ecommerce
IT Questions
Business Websites

Sponsors

sponsor ad
My Salary
PHP Developer Salary
Advertise Here

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?


This is because it is a PHP error and not a server error. Code 500 is a server error. Code 200 is correct but misleading as the server has performed fine and loaded a webpage so status OK, or 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?



Custom Search