Well, PHP has 'sessions' which allow you to do just what you are asking,
pass variables between multiple pages.  Sessions are somewhat like cookies,
but all data is stored on the server instead of the client, so you don't
have to rely on the user to accept your cookie.

Here's a short intro/tutorial that may help you out:
http://www.devshed.com/Server_Side/PHP/Sessions/page1.html

Jeff

> I'm pretty new to PHP.  If anyone can elaborate a little on this I would
> appreciate it greatly.
>
> Thanks
>
>



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