0 votes
in Php by (120 points)

1 Answer

0 votes
by (140 points)
1. set id in the delete btn

2. onclick of this button call jquery function to pass this id to a php file (where execute the sql statement to delete the row with this id)

3. return message to jquery function

4. show message in the page as deleted or not
Welcome to Reubro Q&A, where you can ask questions and receive answers from other members of the community.
...