Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

sql+php to produce real-rime graphs based on db 3

Status
Not open for further replies.

Jamfool

IS-IT--Management
Joined
Apr 10, 2003
Messages
484
Location
GB
Any know of any software/papers/links on how this can be most effectively be achieved?

so that i can query my sql db and the produce on the fly graphs an charts

 
Graphics creation on the fly is usually done with the GD library. Theoretically you could also use PDF creation to make charts and graphs.
 
If you have access to the server or just the admin is willing to install the JPGraph Module for PHP will make your life easier...


Check out that site, jpgraph is an OO php lib for creating on the fly graphs and charts.

Rocco is the BOY!!

SHUT YOUR LIPS...
ROCCOsm.gif
 
farley99:
jpgraph uses GD to produce graphs. It provides a very rich set of classes to easily produce various types of graphs.

If you get the for-pay version of the software, you even get the ability to produce various types of barcodes.

I hadn't heard of jpgraph until OSR recommended it [BTW: as star for OSR for his telling me about the product], but I downloaded and installed the software and ran the test suite. You can to an awful lot on very few class-method calls with jpgraph.

Want the best answers? Ask the best questions: TANSTAAFL!!
 
I wanna make a correction - there is no module to put on the server - JPgraph just uses the GD lib module for PHP so just download the JPGraph files and u can use in your projects.

Rocco is the BOY!!

SHUT YOUR LIPS...
ROCCOsm.gif
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top