Jump to content

Is it possible to use JavaScript and MYSQL?


bandit4910

Recommended Posts

Well, I have this epic idea but it requires a database. Is it possible to connect to mySQL directly from javascript or would I need to mix PHP?

I think you can but it\'s not recommended.

The best way is to use server side scripting...

You send a HTTP Request using Javascript, and a server-side script connects to the DB, retrieves the information and sends it back in some form (usually XML). This is known as AJAX. The server side script can be anything you like... PHP, Perl, VBScript.. as long as your server supports it of course.

I learnt about AJAX from www.w3schools.com... and www.stackoverflow.com is always useful.

Link to comment
Share on other sites

I think you can but it\'s not recommended.

The best way is to use server side scripting...

You send a HTTP Request using Javascript, and a server-side script connects to the DB, retrieves the information and sends it back in some form (usually XML). This is known as AJAX. The server side script can be anything you like... PHP, Perl, VBScript.. as long as your server supports it of course.

I learnt about AJAX from www.w3schools.com... and www.stackoverflow.com is always useful.

Thanks. I was just clarifying so that I can make the script.

Link to comment
Share on other sites

This thread is quite old. Please consider starting a new thread rather than reviving this one.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...