Help for this page

Select Code to Download


  1. or download this
    print header,
                start_html('Login Page'),
                hr;
    
  2. or download this
    if (param()) {
          $userdef = $query->param('user');
          $passdef = $query->param('pass');
    }