Drawing in PHP

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
Tubbietoeter
Forum Contributor
Posts: 149
Joined: Fri Mar 14, 2003 2:41 am
Location: Germany

Drawing in PHP

Post by Tubbietoeter »

Hi guys,


unfortunately my book sucks so I'll just ask you.

I have to read values from a file and draw a graph with x and y coordinates as well as the curve in it. Well I got no idea how to do this.
Please tell me which functions to use for drawing stuff in the browser window.
Another question, I got to have the points on the map where the curve meets an x-coordinate hotspottet, so if you move the mouse on such a spot you'll see a pop-up with the values of x and y. Any hints on that?

Hope you can help me out on this one ... ;o)


Thanks,


Steff
User avatar
m3mn0n
PHP Evangelist
Posts: 3548
Joined: Tue Aug 13, 2002 3:35 pm
Location: Calgary, Canada

Post by m3mn0n »

Tubbietoeter
Forum Contributor
Posts: 149
Joined: Fri Mar 14, 2003 2:41 am
Location: Germany

Post by Tubbietoeter »

Gee thanks, ...


... quite a bunch to read ... *arf* ... ;o)
Post Reply