html - Redirecting user to a webpage with PHP -
this question has reply here:
how create redirect in php? 13 answersso have html webpage form on it. form sends info php file on server.
after processing form info php file, want redirect user html webpage.
how this?
this done php header
function, this:
header("location: http://your-domain.com/your-page.php");
you can read more in php manual or here.
php html
No comments:
Post a Comment