Status Codes
HTTP status codes describe the result of a request.
Common status codes:
- 200 OK
- 404 Not Found
- 500 Internal Server Error
Example
Section titled “Example”http_response_code(404);
echo "Page not found";HTTP status codes describe the result of a request.
Common status codes:
http_response_code(404);
echo "Page not found";