Hello
I want that by clicking in button one more textbox will be add in form and that form data will be stored in mysql. How can I do that. For example I have a form having 3 text field named text1,text2,text3. I want that visitor can add text4,text5..... and finally submit form data (all textbox data) for storing in mysql data base.
Can anybody help me.