Diana Castillo wrote:

If I want to store a session id in a database, how would I do it , like
this?
$session_id=SID ;  ?
and then if I want to retrieve this session id and get all of the info back
that goes with this session id, I would say
session_start()
and then what?
thanks

You'll find some great info at...


http://us3.php.net/manual/en/ref.session.php

The comments on those pages, and in your php.ini file can be extremely helpful.

--
By-Tor.com
It's all about the Rush
http://www.by-tor.com

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Reply via email to