Purchase Request Form.
We implement above form using two tables (One table to store create basic form details and second one to store add item details)
First form to create basic form details
Second Form to add item details.
But our project supervisor reject that method, he want’s form create and add item in one page. Please help us to find solution.



My basic example may suitable for your requirement http://jsfiddle.net/8tAK7/.
Then on your form handler you can simply retrieve
$_POST['items']to get items array values (based on my example above).Then on your handler (i assume it PHP), you can split the string based on delimiter you set on the value: