PHP script on update-able graph?

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
azhan
Forum Commoner
Posts: 68
Joined: Fri Jun 27, 2008 6:05 am

PHP script on update-able graph?

Post by azhan »

helooooo there,

Im searching for php script that could generate update-able graph. Update-able here means that for the first plot, once i put the value for the first plot ,the graph will display where the first plot is,then the first plot value will be save in table in sql database. Then when submit the value for second plot, the graph will display the previous plot ( 1st plot) and also the current plot (2nd plot) togehter where the second plot value will be save in table in sql database and so on......until n-number of plot.

Example of application : Patient's water drip plotting graph or Patient's blood pressure graph which where the data been collect day by day by doctors.

Any such script or software?? :|

thanks,
Azhan
_____________________
http://www.productcoverdesign.com- "Cheapest E-Cover Design"
User avatar
Kieran Huggins
DevNet Master
Posts: 3635
Joined: Wed Dec 06, 2006 4:14 pm
Location: Toronto, Canada
Contact:

Re: PHP script on update-able graph?

Post by Kieran Huggins »

The Google Charts API is pretty sweet: http://code.google.com/apis/chart/
Post Reply