Hi,

I've never done much in the way of dynamic images, but I don't believe you
send images inline...

I believe browsers still need an image tag, but instead of myimage.gif, I'm
pretty sure you call a php script instead:

<IMG SRC="makeMeAnImage.php?id=myimage" />

makeMeAnImage.php outputs a GIF/JPG/PNG header, followed by the image data.


At least that's my (limited, theoretical) understanding.


Justin French


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to