Hi All. First time posting here. Looks like this is the place to come for PHP info. I am just starting a project where I would like to take some input from the user then do some heavy duty calculations possibly using info from a database then return graphic and non graphic output. The graphs need to be line graphs (not bar).
After some research I think PHP is the way to go. I think I am ready except for the graphics part.....
So from what I understand I have 3 options (or perhaps more if anyone has suggestions)
1) Use PHP with the GD library
2) Do all the calculations in PHP then pass them to some javascript code (a .js file I think) to make the graph output. I looked around on the web for line graph javascript code and there is some stuff but it looks commercial and I'm poor!
3) Other stuff I don't know about
Ok thanks for taking a look
Andy