I was just wondering, can i do such a thing?
if so could anybody point me a code example?
could it be something like:
$array[0]=2;
$array[1]=44;
$array[2]=52;
//and then
$_SESSIOM["array"]=array;
What alternatives do have to pass an array? only loop it and send it to the session?