Tagged Questions
2
votes
1answer
2k views
PhP with GAE and Google Cloud SQL
I'm creating a web app using php to run on google app engine. i wish to use google cloud sql to store data. i used a Local MySQL Instance During Development. i have added quercus to my project and ...
9
votes
3answers
2k views
I have PHP running on Google App Engine - How do I use DB now?
I followed this to setup PHP on the Google appengine and it works great. Any suggestions on how we can use a database / datastore with this on GAE?