10, 2002 8:03 AM
To: [EMAIL PROTECTED]
Subject: [PHP] Storing values in Session
Hello,
I want to add a set of values to the session variable $BOOKS. This is the
code which I used.
if($BOOKS=="")
{
#this seems to be the first book which the user has selec
Hello,
I want to add a set of values to the session variable $BOOKS. This is the
code which I used.
if($BOOKS=="")
{
#this seems to be the first book which the user has selected
$BOOKS = $bookid; #this param comes from the URL
}
els
2 matches
Mail list logo