connectionscentres
Programmer
Hi,
I have created a nice graph in php using gd's functions which generates a png image. Any suggestions on how to embed this into a web page? Simply doing <?php include"graph.php"; ?>
doesnt work because the headers have already been sent off by the parent page.
I have created a nice graph in php using gd's functions which generates a png image. Any suggestions on how to embed this into a web page? Simply doing <?php include"graph.php"; ?>
doesnt work because the headers have already been sent off by the parent page.