PHP Graphics.

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
raley
Forum Newbie
Posts: 1
Joined: Tue Mar 25, 2003 1:00 pm
Location: Columbia, SC
Contact:

PHP Graphics.

Post by raley »

I actually have two questions, If anyone can help me.

I have down loaded phpchartplus from phpclasses to learn more about graphics. The problem I have is that it works on my webserver (which is Linux based), but when I try to use it on my home testing server (Which is running windows with apache, php, and mysql installed). I get a message that the header is already added and nothing but a bunch of crazy characters. I can get the header stuff out by commenting them out, but still no image. Yes th gd library is installed, and I can got out to php.net and run the sample script they have for test images. I think I'm just missing some small difference between the two.

The other question is printing an image. It seems if the values are hard coded the graphs print fine, but once you make it dynamic all the values not hard coded don't print.

If anyone can help I would be very :)
Malder
Forum Newbie
Posts: 13
Joined: Wed Mar 19, 2003 11:09 pm

Post by Malder »

it's good that gd is installed, but is it loaded in memory?
Post Reply