I'm building a javascript app, I need a lightweight php script to interact with a database and javas

Posted by RobertWHurst on Stack Overflow See other posts from Stack Overflow or by RobertWHurst
Published on 2010-04-27T05:46:06Z Indexed on 2010/04/27 5:53 UTC
Read the original article Hit count: 266

My app is a very complex game that uses json objects to store its execution state (aka save games). I'm looking for a nice database script that can talk json and interact with javascript via ajax.

© Stack Overflow or respective owner

Related posts about AJAX

Related posts about database-connection