views:

200

answers:

1

I am trying to save data from my existing webform written in php to a google spreadsheet. I tried the Zend GData and can't seem to find my way around it. Does anyone have a better solution for this.

Is it possible to grab the data and insert it into mysql database and to google spreadsheet at the same time?

A: 

Have you checked the API? This page gives you what you need on inserting rows.

For a functional PHP implementation, see my question on this.

Robbert