Here is our requirement. We use Php Scripting & Mysql as a back end.
We need to add multiple (detail) records for a single invoice in a html page.
First time, the end user should see only only one blank record. when he wants to add one more record, he should click a + icon which displays along with the record, it will allow the user to add one more record. If he clicks the - icon he shoulod be able to remove the
record itself from the screen (html page)
For example,
-------------- ---------------- --------------- ----------- -------------
Product id Product Name Qty Price Total + / -
-------------- ---------------- --------------- ------------- -------------
A106F Box Type 101 10 60 600
-------------- --------------- -------------- -------------- -------------
Appreciate if someone can help me in sharing the PHP code if anyone has already developed.