hello,
i want my program to have the ability to generate a graph from the existing data. it works well.
but i want there's a block of text that describe the generated graph or maybe to have a link or button in the same page with the graph.
i read in some article that i cant adding some text in the graph file, and he said to use
<img src= >
as the solution.
i already tried using
<img src= >
but it only gives me a broken image :(
but if i call the graph.php only, it working really well..
i am using JpGraph.
anyone have an idea of that ?
thanks :)