Frank Tudor wrote:
> 
> I have a redirect that if conditions are right it will pass the
> user to a new page via $_POST.
> 
> I am posting variables in the url and on this next page more
> form stuff awaits the user.
> 
> If a user submits incorrect stuff in the form is posts to
> itself.  The url holds the same variables that were pass through
> the redirect.
> 
> My concern is that if a variable got altered in the URL by
> misstake or on purpose it would post to the refreshed page and
> screw everything up.
> 
> Anyone run into something like this?
> 
> Frank

Either validate the values on each page or create a session and store
them there.

Alexander
-- 
PINO - The free Chatsystem!
Available at http://www.pino.org

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

Reply via email to