Reply to Re: how to save the element of a $_GET[] ?
Posted by Rik Wasmus on 01/07/08 13:52
On Mon, 07 Jan 2008 14:47:39 +0100, pradnya <pdudgs@gmail.com> 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 ?
>
> I have already tried with -> import_request_variables(); but
> failed.....