Here's a snippet from the code I use for pulling data from a database in PHP: https://groups.google.com/d/msg/google-visualization-api/Gy18YdVSSfQ/tKdtzSfqKlcJ
SQLite3 is supported in PHP (see http://php.net/manual/en/book.sqlite3.php) and more generically though PDO's (see http://php.net/manual/en/book.pdo.php ). On Thursday, June 7, 2012 12:39:15 PM UTC-4, Taka Wu wrote: > > Hi Yuval, > > Thanks for your advices but I still can't get the SQLite3 database, even > the PHP script doesn't make any sense at all. > > To Laurissa, > > Do you manage get the Google Charts work by connecting to databases, > specifically SQLite3? > > If so, could you please share your code? I'm desperately try to get it > work, but no much luck so far. > > Thanks for your help. > > Kind regards, > > Taka > > On Sunday, 4 March 2012 14:16:31 UTC, Yuval Ronen wrote: >> >> See >> here<http://code.google.com/apis/chart/interactive/docs/php_example.html>or >> here <http://code.google.com/apis/chart/interactive/docs/queries.html>. >> >> On Sun, Mar 4, 2012 at 7:57 AM, elly <[email protected]> wrote: >> >>> Hi there, >>> >>> I'm looking at the code that creates the columns and rows and I see >>> that it's all hard-coded. Does anyone know if Google Charts will work >>> by connecting to databases, specifically SQLite3? >>> >>> Thanks! >>> >>> -- >>> You received this message because you are subscribed to the Google >>> Groups "Google Visualization API" group. >>> To post to this group, send email to >>> [email protected]. >>> To unsubscribe from this group, send email to >>> [email protected]. >>> For more options, visit this group at >>> http://groups.google.com/group/google-visualization-api?hl=en. >>> >>> >> -- You received this message because you are subscribed to the Google Groups "Google Visualization API" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-visualization-api/-/L981MST-m1IJ. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-visualization-api?hl=en.
