|
Posted by Juliette on 08/12/06 02:47
damn wrote:
> On Thu, 10 Aug 2006 13:54:41 -0700, mootmail-googlegroups wrote:
>
>> damn wrote:
>>> What's the correct way to go about this?
>> Perhaps the easiest solution is to populate hidden form elements with
>> the values you wish to persist from the previous form. This way, those
>> values will be available in the $_REQUEST array when you submit the
>> form again.
>
> Great stuff, will definitely try that!
>
> Thx!
>
>
> B.
By the by: if you expect the information through a post, use the $_POST
array - form injection through the $_REQUEST array is known to happen.
Navigation:
[Reply to this message]
|