Hello Community,
Please excuse my nooobieness.

I have an apache server running on an Ubuntu box that I'm testing my html + 
php files. I've been able to get the example shown on 
https://developers.google.com/chart/interactive/docs/php_example?csw=1 to 
work successfully.

I have a Microsoft SQL Server which has an x column and a y column (on a 
seperate machine on my network). I've noticed there are various examples on 
how to connect and query the sql server using my php script, but I'm having 
a hard time finding an example which also reports the SQL data in Google 
Charts. It appears I need the following scripts:

-script to connect to my database
-script to query the database
-script to 'parse' into JSON<--not entirly sure how to do this ( quoted 
from the 'getData.php File' example)
-script to pass the array into Google charts

Any guidance would be greatly appreciated.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Chart API" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-chart-api+unsubscr...@googlegroups.com.
To post to this group, send email to google-chart-api@googlegroups.com.
Visit this group at http://groups.google.com/group/google-chart-api.
For more options, visit https://groups.google.com/d/optout.

Attachment: sampleData.json
Description: Binary data

<<attachment: getData.php>>

Reply via email to