Thursday, June 19, 2008

PHP redirect

If you want to redirect to another page in php use the header function to set a new location


header("Location: redirectTo.html");
?>

No comments: