You'll need to use either cookies or sessions. I would choose sessions
because the user can turn off or modify cookies but sessions will need
to have (at least) the session ID on the URL if you aren't using forms.

To pass an array using sessions you simply need to register the array as
a session variable.

D.

> -----Original Message-----
> From: Afan Pasalic [mailto:[EMAIL PROTECTED]]
> Sent: Friday, 30 November 2001 12:11 p.m.
> To: [EMAIL PROTECTED]
> Subject: [PHP-WIN] passing info from page o page - w/o using form
>
>
> Hi to all,
> I have to pass some info from one to other page (no problem
> to make an array) but not using forms and it shouldn't be
> seen in URL. Is that possible?
>
> If it must be seen in URL what's best way? With
> implode/explode functions?
> How pass "serialize" array from page to page - without using form?
>
> Huh!
>
> Lot of Q's...
>
> Thanks!
>
> afan
>


-- 
PHP Windows 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