I have written a PHP program that gets information from a database query and creates html table with this info. Now I wanted to use this information to create a png piechart.
I have the functions to create this piechart seperately but when I put the two together I had a header error. I inserted the OB_start() and Ob_end_flush, and the tables display but the PNG file is a mess, the tables look good.
Is there any way to use PHP to create this png and the table so they can be displayed in the same browser at the same time?
Neubie