...or echo some hidden inputs in the login form?

Julio Nobrega Trabalhando wrote:

> session_register('array_of_selected_checkboxes');
>
>   Just use sessions! ;-)
>
> --
>
> Julio Nobrega.
>
> Um dia eu chego lá:
> http://sourceforge.net/projects/toca
>
> Ajudei? Salvei? Que tal um presentinho?
> http://www.submarino.com.br/wishlistclient.asp?wlid=664176742884
>
> "M. Ali" <[EMAIL PROTECTED]> wrote in message
> [EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> >
> > hi
> >
> > may can some body help me
> >
> > I'm writing a shopping cart system where the user can search for a
> product.
> > the search result is a page with number of items where the user can select
> > some them using checkboxes and enter the quantity that he needs, then add
> > them to his shopping cart this works fine when his logged in but when he
> is
> > not logged in, after the search and selecting the items when he comes to
> add
> > them to the shopping cart a login screen appears where he enters his login
> > user/password his shopping cart appears.
> >
> > the problem is that the items that he selected in the result page are not
> > passed after his login so how can i pass these arrays of checkboxes and
> > textfields with the login script.
> >
> > thanx for your help
> >
> >
> >
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> To contact the list administrators, e-mail: [EMAIL PROTECTED]


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to