Help for this page

Select Code to Download


  1. or download this
     use MyCounter; # declare the usage of MyCounter
     
    ...
     $counter = counter( $0, $db, $host ); #i call my module
     print $counter;
    
  2. or download this
    <?php
     $file = $_SERVER['SCRIPT_FILENAME'];
    ...
     $output = shell_exec("perl /local/www/nik/mywrapper.pl $file $host");
     echo "<pre>$output</pre>";
    ?>