Help for this page

Select Code to Download


  1. or download this
    if length($cgi->param('fieldname')) == 0 (that means the field is empt
    +y.)
    
  2. or download this
      if ($CGI->param('fieldname') == 0)...
    
  3. or download this
    <html
    <head>
    ...
    </form>
    </body>
    </html>