hello experts, i have fetched records from mysql database and against each record i want to place a update tag which when clicked will update the corresponding record using ajax and php. But here please note that i dont want to use button because its going to look clumpsy if button is placed. Now, once the record is updated it should not show up in the page. How can i do it?
Initially, each record will have a status as 0 but once i update it, the status should change to 1. So, that means i am querying records with status=0 at first and once updated, the record should disappear from the list.
Please, tell me what can i use instead of a button and then how to make the updated record disappear from the list.