The best way (to get around cookies) is to pass it on the URL

<a href="phpFile.php?<?=SID?>">

or

<a href="phpFile.php?<? echo SID; ?>">

Notice no $ before SID

Kal


"Arsenkirillov" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> How one can pass throught sessions arrays with no use of mysql or files ?
> help me to advance pls.



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