Hi, I'm really new with this whole php deal so I beg your patience if things aren't quite making sense _
I'm designing a site where users can select their province, city and have a bunch of checkboxes with options that they can select. I used Ajax to dynamically populate the City list box which has now got me stumped. I need to include the city in the final query to the DB; because the city list box is populated from an external page, the results aren't loaded inside the current form, only displayed (does that make sense?). Is there some additional code that I can use so that when I submit the full form it included the selected city?
Or is there a better way to do this that doesn't involve refreshing the page?
Thanks a bunch!