I am creating a charts using google chart, I would use the query object for Querying a Chart Tools datasource on my database (MySQL). example, htm page to create query obj:
var query = new google.visualization.Query ('http://spreadsheets.google.com/tq?y=pCQbetd-CptGXxxQIG7VFIQ&pub=1');
I would like to know if it is possible and if so, what is the best method to create a URL to connect to the datasource - MySQL (var query = new google.visualization.Query(URL to connect my MYSQL database).
I use IIS, PHP and MySQL.
Thanks in advance and excuse me if I use inappropriate terms.