Rev 18 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed
<?php $report = $_GET['report']; print_r( $report ); /* add code to save to disk for later processing */ ?>
<?php
$report = $_GET['report'];
print_r( $report );
/* add code to save to disk for later processing */
?>