Jump to content

JavaScript Databases?


Cless

Recommended Posts

Well, you *can* run JavaScript server-side, but that's not very common from my experience. But, if you did do that, then you can connect to a database (not sure about MySQL): http://ajaxian.com/archives/server-side-javascript-databases-access

 

But, it would take a lot more effort to do it and there are much better languages for working with a database (such as PHP).

 

If you are looking for a way to add/retrieve information from the client-side, then you should be looking into AJAX.

Link to comment
https://forums.phpfreaks.com/topic/117904-javascript-databases/#findComment-606541
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.