Per Jessen wrote:
> My typical setup for a form-page probably looks like this:
>
> if ( $_POST )
> {
> // do POST processing
> header(303 thankyou.html).
> exit
> }If I wanted the user back on the same form page, but still with a "thank you" message, I'd still do a 303, but use $_SESSION to indicate that the user needs a "thank you" message displayed. /Per Jessen, Zürich -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

