You probably have PHP that will pull the data from your MySQL database (look 
up mysql_query() mysql_result() and 
mysql_fetch_row/mysql_fetch_array/mysql_fetch_object on how to do that from 
www.php.net

Once you pulled the data, you would need to *echo* that out and populate 
that information into an image src attribute. e.g. <img 
src="chart_information_and_your_variables_go_here">

-- 
You received this message because you are subscribed to the Google Groups 
"Google Chart API" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-chart-api/-/m1NLPHIqmccJ.
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-chart-api?hl=en.

Reply via email to