Im still very new to php.
I have a drop down list linked to an xml file in a form. (Obviously the page is .php)
How can I make the 'client' press a button "ADD" and the drop down list is cloned under the first one every time the button is clicked (if its clicked 10 times there will be 10 drop down lists each connected to the xml file allowing the client to make multiple choices) ?