Hi,

Is it at all possible to store a JPGraph image, that is created on a page to a mysql table so i can look at it another day?

For example, if at the end of day the graph is stored then next day new graph... then store that one at end of day??

dont know if i explained that well....
Ive also posted this question on the jpgraph forum, but wanted to see if anyone knows an answer?

    I think there's a function to redirect the image output to a file. I can't remember though. Saving the image in a database might not be the best idea. It would be better to save the image file name and save the actual image to disk (let the database do what its good at which is storing data and let the file system do what its good at which is saving files).

      Write a Reply...