Robert Sedlacek wrote:
>
> I don't know such a script, but my preferred way would be to make a
> 'header("Location: $site");' statement right after processing the
> POST-request and lead the user to the site where the changes can be seen.
>
> This also avoids duplicate db-entries and stuff...
>
> Robert
Marek Kilimajer wrote:
>
> After handling the post request and taking the necessery actions (update
> db...), redirect the browser using header('Location: ......');
>
I suppose the browser does not add the redirecting site to its history.
In this case a redirect is really a good idea :). Thanks for this hint
Robert and Marek.
Alexander
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php