403 Error
- Code: Select all
header("HTTP/1.0 403 Forbidden");
404 Error
- Code: Select all
header("http/1.0 404 Not Found");
Error Headers
2 posts • Page 1 of 1
Error HeadersYou can send the http errors to the browsers in php using the function header() as shown below:
403 Error
404 Error
Re: Error HeadersIf you are experiencing issues with the above mentioned statements, then you can try the alternate code. This is to be used when the Server is running PHP as CGI.
2 posts • Page 1 of 1
Who is onlineUsers browsing this forum: No registered users and 0 guests |
|