I am having a problem getting dynamic graphics to display. I use <img src="dynamic.php?name="title">
to call the script/image. The dynamic.php script then creates a simple jpeg with text "title".
In the script I have tried using the header("Content-type: image/jpeg") but it still does not work. Right now I have it set to output the images to temporary files but this is not what I want.
Any help/hints/links would be extremely helpful.
Thanx