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