i am using php my sql and i have a mysql database and data in it, and i need to make a line graph with it.
i've seen online some nice line-graphs, and so how is the best way to go about making a better graph?
now i want to data picked from the data base and pass the function and according to these values a ;line graph shown but how ?????
Please help me out ????
i have searched it out but not found any relevant solution.
Please reply... i m stucked..
How to create line graph in php mysql
Moderator: General Moderators
Re: How to create line graph in php mysql
I use the GD library: http://us2.php.net/manual/en/book.image.php
It's not that hard to make simple graphs and stuff.
It's not that hard to make simple graphs and stuff.
Re: How to create line graph in php mysql
papa wrote:I use the GD library: http://us2.php.net/manual/en/book.image.php
It's not that hard to make simple graphs and stuff.
hi, its not helpfull, can please provide me function or location where i can find it ????
Re: How to create line graph in php mysql
Find what?
If you want a complete script look on Google.
If you want a complete script look on Google.
Re: How to create line graph in php mysql
actualy i want some code snipest, so that i can do it in my programming and beat the exact requirement.papa wrote:Find what?
If you want a complete script look on Google.
i m not asking the whole code but something helpful so that i can....
Re: How to create line graph in php mysql
Start simple, that's how you learn.
Create an image, add some text to it, play around with colors etc.
Then you can start making the image dynamic.
Create an image, add some text to it, play around with colors etc.
Then you can start making the image dynamic.
Re: How to create line graph in php mysql
Okay , thanks i m in the same process...papa wrote:Start simple, that's how you learn.
Create an image, add some text to it, play around with colors etc.
Then you can start making the image dynamic.