Help for this page

Select Code to Download


  1. or download this
    <input type="hidden" name="userid_1" value="1">
    <input type="text" name="firstname_1" value="Pedro"> -
    ...
    Admin <input type="checkbox" name="admin_2" checked>
    
    <input type="hidden" name="count" value="2">
    
  2. or download this
    my $q = new CGI;
    my $cnt = $q->param("count"); # validate for numeric and value in rang
    +e
    ...
        my $admin = $q->param("admin_$sfx");
        # validate all values above and update user record
    }
    
  3. or download this
    ---
    print map { my ($m)=1<<hex($_)&11?' ':'';
    $m.=substr('AHJPacehklnorstu',hex($_),1) }
    split //,'2fde0abe76c36c914586c';