I have the following code:
array(0 => array ("ProfileName" => $POST["profilename"], "AdvType" => $POST["advertisingtype"], "Country" => $POST["country"], "Area" => $POST["area"], "Occupancy" => $_POST["occupancy"]));
whilst the above does work, I am struggling with associative arrays. How would I read the profilename or the occupancy from the above array for each item within the array?
Can anyone help me please?
Thanks in advance
BB