Posted by Willem Bogaerts on 01/07/08 15:07
> pradnya wrote:
>> in my application, i want to save some values obtained from $_GET[],
>> and do not want to update these values on successive submit action.
>> How to do this task ?
> Stick them in a hidden variable.
And security considerations teach us never to trust a hidden variable.
So how are we going to verify the hidden variable? Right. Sessions.
Regards,
--
Willem Bogaerts
Application smith
Kratz B.V.
http://www.kratz.nl/
[Back to original message]
|