GD Library - 2 image

Discussion in 'PHP' started by Andreit, May 14, 2010.

  1. #1
    <?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:
     

    Attached Files:

    Andreit, May 14, 2010 IP
  2. gapz101

    gapz101 Well-Known Member

    Messages:
    524
    Likes Received:
    8
    Best Answers:
    2
    Trophy Points:
    150
  3. Andreit

    Andreit Greenhorn

    Messages:
    27
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    11
    #3
    thank very much
     
    Andreit, May 16, 2010 IP