Multiple session variables
Posted: Tue Jan 17, 2006 8:50 am
Hi I need to create a number of session variables.
I can make them all like this
and so on.....
however is there an easier way to store these variables rather than write out lines of code, im interested to know?
thanks in advance
I can make them all like this
Code: Select all
$_SESSION['product_category'] = "var 1";
$_SESSION['page_count'] = "var 2";
$_SESSION['duration'] = "var3";however is there an easier way to store these variables rather than write out lines of code, im interested to know?
thanks in advance