Hi all's
First of all i would like to told you ,I am new in php i am just trying to make a simple application in PHP
Now my requirment is that i need to create a form dynamically . I am try to explain it .
1: in form1 User will define how many form he want to fill now.
( Suppose he enter 3 )
2: 3 form create automatically ( i call a row in loop )
3 : Where loop end i just make a submit button.
Note : I define form just before loop.
Now my problem is that how i will be define its action .How i will be get the value of each field which is filled by user.
Plz help me if any one can. ( i can also write my code hare )
Thanks in Advanced.