I know that once you change the header to output an image in php, you can't output text. But I need to do this. Does anyone know of a workaround to getting an image and text outputted to the same page? Thanks Mike
One php page outputs the image, and you use <img src="createimage.pgp/id=$imagenr"> to show the image in an other page.
J>
One way is to dedicate a script page to the generation of the image, then you use this in another PHP page.