Please help me to create multidimensional array. I’m using ajax. When new request come, then new array concatenate with previous array. I want concatenate when new request come. Thank a lot.
$_session['calculate'] = array(
"filename" => $filename,
"source" => $source,
"destination" => $destination,
"subjectarea" => $subjectarea,
"total_word" => $total_word,
"total_price" => $total_price,
"euro" => 20,
"chf" => 30,
);
Just try with:
and then again..
You will get a
calculationsarray of arrays with your data 🙂