[Paid Request] Plugin to connect to SQL server

0 favourites
  • 5 posts
From the Asset Store
The official Scirra Multiplayer Signalling Server for helping peers find and connect to each other
  • Hi all,

    I need a plugin to send my .json data to a SQL database. I am happy to pay for this plugin and then you can freely distribute this plugin to everyone else. Please note that the game I am creating, will only be exported on the web; HTML5. No mobile platforms, node.js or anything else. It is very important that it works with HTML5.

    Please PM or send an email to if you are interested or have any questions.

    Thanks!

    Adam

  • what kind of data do you want to post to SQL database?

    It already exists very easy php-scripts you can use to post and fetch data from SQL-database. (made for highscore, but you can of course send whatever strings)

    search in the tutorial section, you can easily adjust them to post whatever you want

  • Try Construct 3

    Develop games in your browser. Powerful, performant & highly capable.

    Try Now Construct 3 users don't see these ads
  • Hi Fredriksthlm,

    Thanks for your advice, the problem is that I need A LOT of data to go into my database and my friend who is far better at IT than I and he told me when processing a lot of data is best to stay away from relying too much on PHP.

    Thanks though for your help,

    Adam

  • So your friend suggested you to send SQL to the database with JavaScript instead of PHP?

    PHP is a server side language, HTML5 JS is on client side. So if it was possible (but it's not) to send data to the database server directly with JS, then imagine how insecure would it be. You would have to log in to the database and what goes after, store credentials on client side.

    So in short words you must have a bridge (like PHP) in order to send data to the database from the browser.

  • rexrainbow has a few db plugs taffy, and a mondo offshoot.

    Failing that there's Firebase, and Parse, and....

Jump to:
Active Users
There are 1 visitors browsing this topic (0 users and 1 guests)