Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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.

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.