Help for this page

Select Code to Download


  1. or download this
    $format =  &Check_Format($report);
    &Display_Report($format);
    ...
            print $contents;
         }
    
  2. or download this
    print `echo "Content-type: application/pdf"`;
    print `echo`;
    print `cat /path/to/data/reports/file.pdf`;