I was wondering if anyone has any insight on how to delete rows from a database. Here is what I actually want:
A list of names is displayed from a table in the database. Next to each name there is a Delete button. When the user presses delete the specific user is deleted from the database and the form refreshes with the users minus the deleted one.
I know that this should happen with PHP but I am still working on finding out how to do it.
Any input will be helpful.
Pericles
A list of names is displayed from a table in the database. Next to each name there is a Delete button. When the user presses delete the specific user is deleted from the database and the form refreshes with the users minus the deleted one.
I know that this should happen with PHP but I am still working on finding out how to do it.
Any input will be helpful.
Pericles