Transporting an array
Posted: Thu Feb 16, 2006 6:35 am
Hi
I have an array:
which i wish to transport to another page using a POST form, where I can then use the individual variables.
Is this possible and how do I go about achieving this?
thanks in advance
I have an array:
Code: Select all
$credit_details = array(
'credit_code' => $credit_code,
'credit_value' => $credit_value,
'credit_price' => $credit_price,
'credit_name' => $credit_name,
'credit_desc' => $credit_desc
);Is this possible and how do I go about achieving this?
thanks in advance