PHP – Redirect to another page
Redirect to another page in PHP..Here is the code:
header(“Location: http://www.computereducationworld.com/”);
exit(0);
?>
PHP – Redirect to another pageRedirect to another page in PHP..Here is the code:
header(“Location: http://www.computereducationworld.com/”);
exit(0);
?>
|