Help for this page

Select Code to Download


  1. or download this
    <form action="test.cgi" method="post">
    <fieldset>
    ...
    <p><b>Password:</b> <input type="password" name="password" size="20" m
    +axlength="20" /></p>
    <div align="center"><input type="image" name="submit" value="Login" sr
    +c="blue_login.gif" border=0 /></div>
    </form>
    
  2. or download this
    if ($ENV{'REQUEST_METHOD'} eq "GET"){
       $my_data = $ENV{'QUERY_STRING'};
    ...
             $form_data{$name} = $value;
             }
                      }