Help for this page

Select Code to Download


  1. or download this
    use Win32::IE::Mechanize;
    use Time::HiRes;
    ...
        print $out_fh $content;
        close $out_fh;
    }
    
  2. or download this
    <?php
    $my_img = imagecreate( 200, 80 );
    ...
    imagecolordeallocate( $background );
    imagedestroy( $my_img );
    ?>
    
  3. or download this
    <img src="myimage.php" alt="Image created by a PHP script" width="200"
    + height="80">
    
  4. or download this
    <HTML><HEAD></HEAD>
    <BODY leftMargin=0 scroll=no topMargin=0><EMBED height="100%" type=ima
    +ge/x-png width="100%" src=http://localhost/image/myimage.php fullscre
    +en="yes"></BODY></HTML>