Forum Moderators: open

Message Too Old, No Replies

ajax code to delete a row from a database table

         

zulubanshee

7:35 pm on Feb 10, 2009 (gmt 0)

10+ Year Member



User queries database and results come up in table. I would like to have a delete button or link so user can delete a row not only in html table but in the database. Deleting from html table seems easy, but I can't quite zoom in on how to delete the row from the database. any help is greatly appreciated.

If you know of a tutorial, that would be ok.

Fotiman

9:54 pm on Feb 10, 2009 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



This is more of a Server Side language question (like PHP, ASP, etc.). Whatever is processing the request on the server is what will need to delete from the database, though you could access that "page" with an AJAX request.