Dynamic graphs from MySQL queries?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • D. Alvarado

    #1

    Dynamic graphs from MySQL queries?

    Hello, Does anyone know of any libraries/freeware out there for PHP 4
    and MySQL 3.23 - 4 that will take a query and generate a graph
    representing the data? Ideally, the graph would be an image of
    web-compatible format, e.g. JPG, PNG, GIF.

    Thanks for any advice, - Dave
  • JAS

    #2
    Re: Dynamic graphs from MySQL queries?

    D. Alvarado wrote:[color=blue]
    > Hello, Does anyone know of any libraries/freeware out there for PHP 4
    > and MySQL 3.23 - 4 that will take a query and generate a graph
    > representing the data? Ideally, the graph would be an image of
    > web-compatible format, e.g. JPG, PNG, GIF.
    >
    > Thanks for any advice, - Dave[/color]

    You could use the GD2 Library to do this ....

    J

    Comment

    • JAS

      #3
      Re: Dynamic graphs from MySQL queries?

      D. Alvarado wrote:[color=blue]
      > Hello, Does anyone know of any libraries/freeware out there for PHP 4
      > and MySQL 3.23 - 4 that will take a query and generate a graph
      > representing the data? Ideally, the graph would be an image of
      > web-compatible format, e.g. JPG, PNG, GIF.
      >
      > Thanks for any advice, - Dave[/color]



      J

      Comment

      • Andy Hassall

        #4
        Re: Dynamic graphs from MySQL queries?

        On Sat, 06 Nov 2004 18:56:29 -0600, JAS <dubyadubyaduby a@gmail.com> wrote:
        [color=blue]
        >D. Alvarado wrote:[color=green]
        >> Hello, Does anyone know of any libraries/freeware out there for PHP 4
        >> and MySQL 3.23 - 4 that will take a query and generate a graph
        >> representing the data? Ideally, the graph would be an image of
        >> web-compatible format, e.g. JPG, PNG, GIF.
        >>
        >> Thanks for any advice, - Dave[/color]
        >
        >http://www.aditus.nu/jpgraph/[/color]

        Also ChartDirector is good: http://www.advsofteng.com/

        --
        Andy Hassall / <andy@andyh.co. uk> / <http://www.andyh.co.uk >
        <http://www.andyhsoftwa re.co.uk/space> Space: disk usage analysis tool

        Comment

        Working...