RE: [PHP] Storing values in Session

2002-07-09 Thread Rudolf Visagie
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

[PHP] Storing values in Session

2002-07-09 Thread Sachin Keshavan
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