On Thu, July 7, 2005 12:32 pm, Bagus Nugroho said: > How about, if we need several pictures from several record? You can create a page of HTML that has IMG tags, and each IMG tag can call ANOTHER php script that sends out one, and only one, image. You'll never ever get two images crammed into a single HTTP request/response. You also cannot smush the HTML and the IMG itself all into one file/script. HTML with IMG tag is one script. Actual image output (JPEG, GIF, etc) is another. * Actually, they can be the same "script" if enough code is shared, but it's got to have an "if" in there and only output the HTML for the .htm request, and only output the JPEG for the .jpg request, but that's for another day, after you get it working in separate scripts. -- Like Music? http://l-i-e.com/artists.htm -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php