I'm using php and mySQL for calculations. I want to output html-text and an image based on the text. I'm using the gd library to generate a graph.
I can output a table of data.
I can generate the image based on the data.
From one script, how do I output both the table and the graph? I am having header problems.