Hi everybody!
Im newbie to php. please,
suppose we have a MYSQL DATABASE with table CUSTOMERS.
In the page: addCustomer.php, we echoed this table and it returned us a number of rows.
on the same page, we have a form that contains empty fields. (name, birth, adress).
Questions:
How to add a button front of each displayed row? and how to when we click on the related button we fill the content of the form and submit it to the table CUSTOMERS.
thanks
Im newbie to php. please,
suppose we have a MYSQL DATABASE with table CUSTOMERS.
In the page: addCustomer.php, we echoed this table and it returned us a number of rows.
on the same page, we have a form that contains empty fields. (name, birth, adress).
Questions:
How to add a button front of each displayed row? and how to when we click on the related button we fill the content of the form and submit it to the table CUSTOMERS.
thanks