to all guru
i have $er=array(3,5,7,8,3,23,1,12) ;
how can i store that in a session
$er = array(3,5,7,8,3,23,1,12) ; $_SESSION['er'] = $er;
I think you have to call
session_start();
first. It couldn't hurt 🙂