Is it possible to pull rows from a Google Docs spreadsheet using PHP?
In SQL I would use something like:
SELECT * FROM table WHERE field = 'value' LIMIT 1
Is there a way to do this? I’ve heard you are supposed to use a ‘Zend’ framework, but I haven’t been able to figure that out either. Any help would be appreciated
From the Zend_Gdata documentation:
And to setup the
$spreadsheetServiceobject:You’ll need to download either the full Zend Framework, or the standalone Google Data library.