PHP Array Insert

nitlyJeli

New Member
Could really do with some help. So I've got the 2 arrays like so\[code\]Array( [0] => UK [1] => UK [2] => USA [3] => USA [4] => USA [5] => France)Array( [0] => London [1] => Manchester [21] => New York [22] => Florida [23] => Hawaii [24] => Paris)\[/code\]And I need to insert it into mysql database like so\[code\]Country CityUK London, ManchesterUSA New York, Florida, HawaiiFrance Paris\[/code\]I'm okay with PHP but I'm really stuck with this one. Don't have any code to show as I've absolutely got no idea how to accomplish this. Can someone help me achieve this please. Thanks in advance for the help.
 
Back
Top