Hello I don't have Good knowledge of PHP but anyone can please tell me this i want this error on my new page "www.example.com/error.php" what code i use ? please reply
sorry , i mean i want this error in "error.php" not same page this code is in my index.php & i want this error in "error.php" in simple word if error comes page redirect to "mydomain.com/error.php"
try this: if ($noax == 1) { echo "<Script language='javascript'>window.location='error.php';</script>"; } else //your code here PHP: end of course error.php is: Out of Time Support. Please come back tomorrow ! Code (markup):