<?php $image = imagecreatefromjpeg("logo.jpg"); header('Content-Type: image/jpeg'); imagejpeg($image); imagedestroy($image); ?> Result for this cod is one image. How to introduct 2 image? For example: