Help for this page

Select Code to Download


  1. or download this
    $q = new CGI;
    if(defined($q->param("confirm"))) {
    ...
             "</head>\n<body>",
             "</body></html>";
    }
    
  2. or download this
    <html>
       <body>
    ...
          </form>
       </body>
    </html>
    
  3. or download this
    ...
    else {
    ...
             "</body></html>";
    }
    ...