hi,
how to insert a value into database using javascript.
I need to enter a value from text box into mysql dabase...
help me in this
thanks in advance
RAJ
insert value in database using javascript
Moderator: General Moderators
-
rajsekar2u
- Forum Commoner
- Posts: 71
- Joined: Thu Nov 20, 2008 4:23 am
Re: insert value in database using javascript
javascript is client side, databases are not. You need to use ajax to make a request to a backend script to connect to the database. Why would you want to include passwords in the front-end code anyways