Skip to content

Status Codes

HTTP status codes describe the result of a request.

Common status codes:

  • 200 OK
  • 404 Not Found
  • 500 Internal Server Error
http_response_code(404);
echo "Page not found";