how to draw Graphs in PHP

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • savyatha
    New Member
    • Mar 2007
    • 9

    how to draw Graphs in PHP

    i need to generate graph. can i do it using PHP. if so , how????
    someone , plz guide me in doing this soon.
  • ronverdonk
    Recognized Expert Specialist
    • Jul 2006
    • 4259

    #2
    You can use PHP with the GD library to make charts, graphs, etc.

    When you are new to this I advise you to, before starting programming this yourself, look at the available classes that you can use to perform graphing functions. They are all free and you can see them in the "Graphic" class group at www.phpclasses.org.

    I think that Graph Drawing Class 2 will suit your requirement.

    Good luck.

    Ronald :cool:

    Comment

    Working...