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