I have a mySQL table called “clients” with this structure:
Name | Phone | ID
Now I am using $_GET to extract an ID from a URL, then I would like to delete the entire row (name, phone and ID) from the database that has that ID.
How woudl I do this last part (selecting the row and removing it)? I’ve tried some stuff but I am starting with php and mysql and it’s kind of confusing.
Thank you for your help.
I hope this could help you out to understand better 🙂