I have an array that looks like:
$frmData = array([name]=>Abhi[cell]=>050000000[email]=>[email protected][address]=>1/2 South Road)
Now I want to insert data into my mysql db from the array, and use the array key [name][cell][email][address] as table column and values as column value.
I tried several times any ways but not sure how to do it. Any help is greatly appreciated.
array_keys()andarray_values()