Help for this page

Select Code to Download


  1. or download this
    package TW::Apache::Play;
    
    use strict;
    ...
    }   
        
    1;
    
  2. or download this
    <?php
        $username = apache_note( "username" );
    ...
        apache_note( "custid", $cols["CUSTID"] );
        apache_note( "contact", $cols["CONTACT"] );
    ?>