Dynamic graphps in PHP

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • rahismailbox@gmail.com

    Dynamic graphps in PHP

    hi,
    i am making a virtual stock market in php.
    so is there any method in php for dynamic graphs.
    As the stock prices will keep on changing during the trading hours so
    i need the dynamic one.
    Also whats the time period for changes that can be made(i mean
    duration).

    On the professional sites i have graphs only in jsp.

    Also can we have a java applet run on php and apache server.

    Regards
    rahi
  • Ivan Marsh

    #2
    Re: Dynamic graphps in PHP

    On Tue, 12 Feb 2008 14:40:24 -0800, rahismailbox@gm ail.com wrote:
    hi,
    i am making a virtual stock market in php. so is there any method in php
    for dynamic graphs. As the stock prices will keep on changing during the
    trading hours so i need the dynamic one. Also whats the time period for
    changes that can be made(i mean duration).
    >
    On the professional sites i have graphs only in jsp.
    Have you seen this:
    Download GraPHPite aka Image_Graph for free. GraPHPite is a highly customizable utility written in OO PHP for creating charts or graphs (Bar, Area, Pie, etc). Users are encouraged to switch to PEAR::Image_Graph which is based on GraPHPite source.

    Also can we have a java applet run on php and apache server.
    To my knowledge java applets run in the browser not the server.

    --
    I told you this was going to happen.

    Comment

    • Chuck Anderson

      #3
      Re: Dynamic graphs in PHP

      Ivan Marsh wrote:
      On Tue, 12 Feb 2008 14:40:24 -0800, rahismailbox@gm ail.com wrote:
      >
      >
      >hi,
      >i am making a virtual stock market in php. so is there any method in php
      >for dynamic graphs. As the stock prices will keep on changing during the
      >trading hours so i need the dynamic one. Also whats the time period for
      >changes that can be made(i mean duration).
      >>
      >On the professional sites i have graphs only in jsp.
      >>
      >
      Have you seen this:
      http://graphpite.sourceforge.net/
      How does this compare with jpgraph? (http://www.aditus.nu/jpgraph/)

      More features, ..... less?

      (I have just started using jpgraph.)

      --
      *************** **************
      Chuck Anderson • Boulder, CO

      Nothing he's got he really needs
      Twenty first century schizoid man.
      *************** *************** *****

      Comment

      Working...