Skip to content

Tag: javascript

check a table in database when a form is saved in php

I have a form which has a save button as shown below: In that form, what I want to achieve is when a user press the save button then it should check a table in the database. The table which I want to get it checked is list_users. list_users has 5 columns: When any user login (let’s user UserA) then:

Change table row ID dynamically when delete in jquery

html Jquery https://jsfiddle.net/u3hmfc7x/1/ This will dynamically add table rows or delete the row when I click the button. After that, if user deleting the second row, then the row id 2 has been deleted and row id should be interchanged dynamically. Does anyone know how to fix this :(? For example If user d…