checking a name of an array element
Posted: Sun Jul 04, 2004 10:22 am
i have an array for example like this :
that there index start with "el_id_" to get each cell its full name for example : el_id_3 and its value 76_3
how can i do this?
thnaks in advance
peleg
and i want to go over the array and check all the cellsArray ( [r_id] => 014 [el_id] => 83 [rd_num] => 3 [order_id] => 10322 [el_id_3] => 76_3 [PHPSESSID] => bfc85ce685af64607fa723e77bcfa259 ) 1
that there index start with "el_id_" to get each cell its full name for example : el_id_3 and its value 76_3
how can i do this?
thnaks in advance
peleg