winmastergames Posted June 14, 2008 Share Posted June 14, 2008 Whats the best way of getting PHP to draw a image of a line graph and use GET for values title and stuff ive looked around and most dont work for me anyone else know any other ones or can make one as an example for me to use Thanks Link to comment https://forums.phpfreaks.com/topic/110153-php-line-graph/ Share on other sites More sharing options...
marklarah Posted June 14, 2008 Share Posted June 14, 2008 GD. http://uk.php.net/gd You can make images in php. Just make sure its installed. Just work out the angle of the line from the variables and such, and then just position the line and labels etc. Link to comment https://forums.phpfreaks.com/topic/110153-php-line-graph/#findComment-565297 Share on other sites More sharing options...
winmastergames Posted June 14, 2008 Author Share Posted June 14, 2008 Does it work with Windows/Apache Link to comment https://forums.phpfreaks.com/topic/110153-php-line-graph/#findComment-565301 Share on other sites More sharing options...
marklarah Posted June 14, 2008 Share Posted June 14, 2008 Should do. *think* Its default im php, so as long as you have php installed, then it should work yes. Link to comment https://forums.phpfreaks.com/topic/110153-php-line-graph/#findComment-565307 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.