PHP redirect depending on user ID
#2

header("Location: /member_profile.php?id=$id");
or
echo "<script>window.location='yoursite.com/member_profile.php?id=%id';</script>";
Reply


Messages In This Thread
PHP redirect depending on user ID - by nLs - 21.11.2012, 07:51
Re: PHP redirect depending on user ID - by FarSe. - 21.11.2012, 08:05
Re: PHP redirect depending on user ID - by nLs - 21.11.2012, 08:08
Re: PHP redirect depending on user ID - by Vince - 21.11.2012, 09:39
Re: PHP redirect depending on user ID - by nLs - 21.11.2012, 16:27

Forum Jump:


Users browsing this thread: 1 Guest(s)