- Forums
- PHP
- How To Redirect With Php Header Location Send From One Page To Another
This Page Contains information about How To Redirect With Php Header Location Send From One Page To Another By wallpaperama in category PHP with 6 Replies. [1112], Last Updated: Sat May 18, 2024
wallpaperama
Fri Feb 29, 2008
6 Comments
4248 Visits
if you want to redirect a user from one page to another you can use the php header() function in php you can use this
EXAMPLE PHP CODE
header('Location: http://www.wallpaperama.com/forums/');
this function is very helpful when sending a visitor automatically from one webpage to another, you can even send them to another website site url
i am trying to create a comment page, where i want to get the url of comment page on welcome page. i am using post method and i want to redirect on comment page