Hello I need to generate a report which would include both data and a graph image which is a pictorial representation of the data printed. Now the problem is, the function "stroke" in jpgraph generates the graph, so I get an error if I try to echo any information before the stroke function, and nothing prints onto the browser after the stroke function is executed. Do anybody know a way around for this problem??
Is there any other method to generate a report which has both the graph and tabular data.