Help for this page

Select Code to Download


  1. or download this
    # Output an image to the browser
    sub show_img {
    ...
     print header('image/' . $mime), $img_data;
     exit;
    }
    
  2. or download this
    print redirect("/some/webpath/to/selected/image.jpg");