iam making a phone directory that gets all values from my local database and print them in a table form in an HTML file
i want to be able to have a button on each row so that if i can click it i will be able to edit the name and phone number of the associated data
but i dont know how to put a form or a button inside a PHP file
HELP !