How to make multiple inputs in Javascript and store it with PHP/MySQL?

william

New member
I need to make like a listing application. I need it to dynamically add input fields with the push of a button, and I need to know how to store the information in a database without the need for creating extra fields. I have taken a look at adding elements to the DOM, but do not quite understand it.
 
Back
Top