2007. 03. 13, kedd keltezéssel 08.19-kor Todd Cary ezt írta:
> To validate a page, I set the form value to the page name the 
> user is on.  Then there is a hidden variable, "looped" that is 
> set to "1".  By checking "looped", I know if the user has 
> re-entered the form so I can do my validation checks.
> 
> Is there a disadvantage to this approach?

it is more secure to store that in a session variable instead of a
hidden field

greets
Zoltán Németh

> 
> Thank you...
> 

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

Reply via email to