Help for this page

Select Code to Download


  1. or download this
    <form method=POST action="http://learneasymoney.com/cgi-bin/sendinfo.c
    +gi">
    <b><font face="arial" size=5 color="#ffffff">
    ...
    
    <p align="center"><input type="submit" name="submit" background="#ffff
    +00" value="Get It Now" style="font:24pt Arial Black; color:#0000FF;">
    +</p>
    </form>
    
  2. or download this
    #!/usr/bin/perl -w
    
    ...
    open (LOG, ">>http://learneasymoney.com/Logs/opt-in.txt") || die("Erro
    +r: " . $!);
    print LOG $sendname . "," . $sendto . \n;
    close (LOG);