interactive mysql display
Posted: Sat Sep 17, 2005 11:52 pm
I want to have an interactive mysql result display with the option to delete as many or as little specific rows as preferred. I could go ahead with a mysql manager if I just wanted to work with my own data, but I want to create an interface for people who will use it as a feature on my program. I will display mysql results on a page with each row of data on its own line and have a checkbox on the right of each row of data. The data is arranged alphabetically according to the name field. There will be a submit button on the bottom of all of this and when that is pressed, all the items with the checkbox filled in will be deleted. The checkboxes will all have simple, nondescriptive names with the row number as a suffix, a1 for row 1, a2 for row 2, etc. (this is because the mysql data would be constantly changing)
This should be simple to code but I am very new to mysql programming. How would I implement this?
This should be simple to code but I am very new to mysql programming. How would I implement this?