Hi,
you could try
Didn't you look for some permanent way to store the data the other day?Code:session_start(); if(!isset($_SESSION['books'])) $_SESSION['books'] = array(); $_SESSION['books'][] = $your_new_value;
Musicman
|
Results 1 to 2 of 2
Thread: $_Session PHP Help neededThreaded View
|
Click Here to Expand Forum to Full Width |