Hello,
I am trying to make a form where the user selects the number of entries he or she has to make, say for example the field name is
"diagnosis" and the other field is "year" and the 3rd field i have is which stores the value for both, so I have made a javascript for it.
The operation works like this, the 3rd field is the multiple text box.
now the user enters diagnosis say good and in the field year enters 1999 and then clicks add, both these details goes into the third field and displays good,1999.
This way the user can enter as many diagnosis as he wants and it keeps on adding in the third field one after the other.
Now uptill this is working fine, now what i want to do is that i want to store the value of the third field that is good,1999 in my mysql table.
I would be glad if anyone can help me with this.
thankyou for your time
Biraju