Session Variable from Recordset

Session Variable from Recordset

am 30.04.2006 14:32:08 von Jonathan Gravois

What is the syntax for pulling a field out of a query and setting it as a
session variable?

Thanks,
Jon

--
Jonathan Gravois
Omni Sports Technologies
800.529.6664 X125
http://www.omnisportstech.com

Quote: "Failure is not the only punishment for laziness; there is also the
success of others." -- Jules Renard

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

Re: Session Variable from Recordset

am 30.04.2006 14:51:06 von Stut

JONATHAN GRAVOIS wrote:
> What is the syntax for pulling a field out of a query and setting it
> as a session variable?

RTFM: http://php.net/mysqli (assuming you mean a MySQL query) and
http://php.net/session

> Quote: "Failure is not the only punishment for laziness; there is
> also the success of others." -- Jules Renard

Say no more!

-Stut

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