Josh Watson
Josh Watson

Reputation: 23

Javascript interacting with MySQL Database

Realised how poorly worded my question was so I'm reposting it for ease on all parties.

I've been working on a project for a while, and have come to an annoying standstill. I'm looking for a browser based solution that will allow me to, when pushing a button on a keyboard, send a value to a MySQL database. AJAX is probably the thing that will help me most but I have no idea how to implement it this way, any insight would be great! Hope I'm not aiming for the impossible here, thanks to anyone who replies!

Upvotes: 0

Views: 55

Answers (1)

dsn raghavendra rao
dsn raghavendra rao

Reputation: 196

JS or jQuery works client-side, you need a server-side language such as ROR,php,asp.net, etc to do that. Simply not possible with JS or jQuery.

Upvotes: 1

Related Questions