From: "Katie Dewees" <[EMAIL PROTECTED]>
> Matt Hedges wrote:
> > I want when they hit submit for it to take them to their page
> > (personalpage.php?id=$id)...
> 
> header("Location: personalpage.php?id=$id");

Or, correctly:

header("Location: http://www.yourdomain.com/personalpage.php?id=$id";);

---John Holmes...

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to