> Is there a way to display an image withouth sending the headers first? > > I'm trying to display an inline image... but when I try it just only > send the raw image data... > > I've thinking that I need to save an image first to disk and then > display the image later... >
You need to have a separate file that creates your images. <img src='file.php'> Where file.php should create your image headers and send the data. ---John Holmes... -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php