Help for this page

Select Code to Download


  1. or download this
    http://www.mydomain.com/pages/myform.html
    
  2. or download this
    $errorURL = 'http://www.mydomain.com/mypage.html';
    if (!defined $ENV{HTTP_REFERER}) {
        print "Location: $errorURL\n\n";
        exit;
    }