Matt Hedges wrote:
> Hello,
>
> I've built a page where someone can enter in their information...
> currently, when they hit submit, a screen comes back and says "thanks
> for entering your info. (echo "Thank you! Information entered.\n";)"
>
> I want when they hit submit for it to take them to their page
> (personalpage.php?id=$id)...
>
> How do I do this?
>
>
> thanks,
> Matt
add this instead of the echo:
header("Location: personalpage.php?id=$id");
Katie Dewees
Web Developer/PHP Programmer
[EMAIL PROTECTED]
http://www.evans-young.com
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php