MASFERFC Team <masferfc <at> gmail.com> writes:

> I'm currently running MySQL 5 queries with PHP 5.2.3 and returning results
> to the end-user in web-page tables of ca. 50 rows by 5 columns. I'd like to
> (more or less) simultaneously return to the browser a couple of "canned"
> charts and graphs based on the data. Nothing fancy, two pie charts and two
> simple bar-charts to start. I need to generate these on-the-fly, based on
> the results of the MySQL query, and display them in the web-page, beside the
> table data.
> 
> What's the best reference, if there is one,  for PHP, MySQL, R integration?

It's not the best, but it's simple, works for all our sites and comes with a
sample: package phpSerialize. Graphs are should be written to a file as png and
linked via standard HTML.

Dieter

______________________________________________
R-help@stat.math.ethz.ch mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to