Help for this page

Select Code to Download


  1. or download this
    <?php 
    global $host;
    ...
    
    include($host."/cgi-bin/fortune.cgi?add") ;  //php calls Perl cgi & lo
    +ads JS vars
    ?>
    
  2. or download this
    <?php
    $command='perl d:\xampp\htdocs\modperl\riset.pl';
    $array = exec($command);
    list($rises,$sets,$tmoon)=explode("|",$array);
    ?>