I am new to PHP
web development. I want to know is there any code in PHP that redirects me to a page(let's name it "myerrorpage.php") if there is some error on the page?
In JSP
it's possible using the following code
<%@ page errorPage="myerrorpage.jsp" %>
I want to know is there any above JSP
type of code in PHP?is yes then please help
Any help is appreciated...
PHP
code.. thanks for contribution +1 :) – Unchain