delete multiple records by checking checkboxes records from database use javascript
delete multiple records by checking checkboxes records from database use javascript
Collapse
X
-
Tags: None
-
Originally posted by abdul razakdelete multiple records by checking checkboxes records from database use javascript -
Originally posted by abdul razakdelete multiple records by checking checkboxes records from database use javascript
What code do you have so far? Javascript can't connect to a database, but you can use Ajax whereby you can use Javascript to send a request to a server-side script which could update the database.Comment
Comment