facebook

Database entry on website

💡
Our Forums Have Moved

For help with installation, bugs reports or feature requests, please head over to our new forums.
Genuitec Community on GitHub

  1. MobiOne Archive
  2.  > 
  3. Getting Help – General
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #328067 Reply

    markertle
    Member

    My web site uses MySQL as its database. One of the applications I have on my website is the ability to update game by game statistics. I’d like the user to enter the stats on the mobi app, press a button and the app log into the web site and automatically update their stats with the information they entered into the mobi app. Is that possible and if so how?

    #328087

    dabbelju
    Member

    Hi markertle,

    I think this is possible.

    How:
    Collect the data you nedd inside the app and push them as xml or as simpley post request to a script (php or whatever) on your server. the script can then do the database operations.

    As far as I know, it is not possible to connect directly from java script to a remote database.

    Hope this helps.

    best
    dabbelju

Viewing 2 posts - 1 through 2 (of 2 total)
Reply To: Database entry on website

You must be logged in to post in the forum log in