Post Description: how to redirect with php header location send from one page to another
how, to, redirect, with, php, header, location, send, from, one, page, to, another
This Post Has Been Viewed 121 Times Since Fri Feb 29, 2008 12:01 pm Posted By web hosting with 0 replies
POST# 481
Posted On: Fri Feb 29, 2008 12:01 pm
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