I have copied two select boxes that contain contries and counties. But really i want them in the datbase so that i can query them.
I was wondering how i can somehow parse or split the values between the <option> tags and create some sort of array so that i can i suppose do multiple queries on the database using ALTER to create new fields and insert new data.
Just seems like a bit of a drag manually inserting these values into the datbase individualy.