Link to home
Start Free TrialLog in
Avatar of knel1234
knel1234Flag for United States of America

asked on

PHP and Graphing (JPGraph or GD lib)

Hi all,

I have 3 questions open plus this one.  I am trying to get some graphical displays (line, bar, etc) working in PHP.
I have most of my project done ( main page, queries, etc) except the darn graphing.  If you think you can help me.  I will get you the points.  I cant send any real data but I can send the code and/or recieve example code (translate it and augment it to my needs... i hope).  Im kinda stuck on this and running out of time.  If you think you can help, then let me know.

Thanks
knel
Avatar of DoppyNL
DoppyNL

Instead of posting you've got a problem; it might be an idea to post the actual problem.
Nobody can help without knowing what the problem is!!!

I've got no idea if I can help as long as I don't know what the problem is!
Avatar of knel1234

ASKER

DoppyNL,

I am trying to get graphing working with PHP.  I have a main page the via a submit button calls a php file that fetches data.  This all works.  I can display it in table form.  However, I cannot get any graphing to work.  I only have 4 weeks experience with PHP so its possible this could be a silly problem.  I have included links to a few other questions that I have asked.  I will try to as much information as possible.  Again the problem is that I cannot get graphing to work.

My environment:
Window XP prof, php 4.3.1, JPGraph (download 2 weeks ago)

What I have done:
Installed XP, setup IIS, installed 4.3.1 (phpinfo works etc), verified phpinfo(), verified that the GD dlls were uncommented and available for use.

Previous questions (points not awarded yet):
https://www.experts-exchange.com/questions/20789748/GD-Library-Question.html
https://www.experts-exchange.com/questions/20789211/problem-with-phplot.html
https://www.experts-exchange.com/questions/20766288/PHP-HTML-main-page-page-flow.html



My other questions might give more/different information
but I basically get this error

Fatal error: Please select an image type!


I am willing to give the points from the other questions and or add more points to this one...

Again... I just need to be able to display some DB information (sizing, number of rows, etc) graphically.
and I CANT get JPGraph nor can I get GD to work.

thanks
knel


ASKER CERTIFIED SOLUTION
Avatar of intrwrks
intrwrks
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial


Im having trouble translating some things but this definitely helps

Thanks
knel