Hi Folks !
I implemented JPGraph into some project of mine and it works well. I can draw graphs, fill them with values and make simple pies or something. My only problem is filling the data-variable with data from my mysql-database.
I wrote some statements like this:
But JPGraph always keeps buggin me every time i try to recieve data from the query-result (mysql_fetch_array() f.e.). The query itself on another page without jpgraph works fine. Any ideas ?