Hello guys,
I am bit stuck with my project i need your help..
I have a php form and sql database.
My user are supposed to fill up a form and it goes to db and populate its fields.
But, User will get an option of country "Which he can do multiple selection"
So in my case their are 252 countries i.e: 252 tables.
When user select like 3 countries such as: 3, 15, 20
Then the form he has filled should be populated to those 3 tables i.e: 3, 15, 20
And no other table should be disturbed..
So can anyone provide me a sample code for me how to do that.. i am stuck over here..
Please help ! Thanks in advance guys !