Hi there!!
How can I delete data from MySql using Javascript? Any script with confirmation before deleting the records in MySql?
Thank you
Deleting Data in Mysql
Moderator: General Moderators
Re: Deleting Data in Mysql
You can't interact with MySQL directly through javascript. Javascript is a client-side scripting language.
You can use javascript ajax requests to call server-side code, (PHP, ASP, etc.) that will manipulate your database though.
You can use javascript ajax requests to call server-side code, (PHP, ASP, etc.) that will manipulate your database though.
-
vishal5085
- Forum Newbie
- Posts: 3
- Joined: Thu Aug 05, 2010 11:58 pm
Re: Deleting Data in Mysql
Javascript is used for Client-side Validation. It cant interact with back-end Mysql Database.
For tat You have to Server-side scripting Language like php,java,tcl and so on.
For tat You have to Server-side scripting Language like php,java,tcl and so on.