Hi,
I hope some one can help with this frustrating but probably simple issue.
I have 2 mysql tables, one called 'country' the other called 'businessdetail s'.
On my page I have a form, people will register thier details and post the form back to 'businessdetail s' table This works perfectly well so far. On this page I also pull in the country list from the 'country' table as a drop down list, again no problem at all, it works o.k.
Now the problem, ...as part of the users regististration I want them to select thier country from the 'country' dropdown list, register the rest of their details and save everything to 'businessdetail s' where there is another 'country' column name which should be populated from the 'country'dropdo wn box, I just cannot get it to do this, it just posts the array created from the form details but not the country dropdown box............ ......HELP!
Thanks
I hope some one can help with this frustrating but probably simple issue.
I have 2 mysql tables, one called 'country' the other called 'businessdetail s'.
On my page I have a form, people will register thier details and post the form back to 'businessdetail s' table This works perfectly well so far. On this page I also pull in the country list from the 'country' table as a drop down list, again no problem at all, it works o.k.
Now the problem, ...as part of the users regististration I want them to select thier country from the 'country' dropdown list, register the rest of their details and save everything to 'businessdetail s' where there is another 'country' column name which should be populated from the 'country'dropdo wn box, I just cannot get it to do this, it just posts the array created from the form details but not the country dropdown box............ ......HELP!
Thanks
Comment