Search found 1 match

by hazel10
Tue Apr 02, 2019 1:49 pm
Forum: Web Design and Development
Topic: Click HTML link and delete data from MySQL database using PHP
Replies: 4
Views: 900085

Re: Click HTML link and delete data from MySQL database using PHP

i have an admin section on my website where i can view all the information in a MySQL table that stores login info (name, password, email etc.)! I want a link at the end of the table for each row, where i can click delete and the row will be deleted! I understand the SELECT/DELETE MySQL commands, bu...