I am having trouble trying to loop through a multidimensional array using PHP. When I use the print_r()
function, here is my output:
Array ( [0] => Array ( [fname] => [sname] => [address] => [address2] => [city] => [state] => Select State [zip] => [county] => United States [phone] => [fax] => [email] => [use_email] => on )
I have tried several techniques but none seem to work. Any help is appreciated!