0

I have already PHP in GAE with Quercus, but I'm trying to access my google spreadsheets and I want to SELECT, INSERT INTO, UPDATE and also DELETE(or DROP, forgot the function) just like in mysql. How to do it??

Dimitar Nestorov
  • 2,411
  • 24
  • 29

1 Answers1

0

You're probably gonna need the library Google provides: http://code.google.com/apis/gdata/docs/client-libraries.html

Jorge Guberte
  • 10,464
  • 8
  • 37
  • 56