Help for this page

Select Code to Download


  1. or download this
    my $sth = $dbh->prepare(
        "CREATE TABLE IF NOT EXISTS admin
    ...
    
    if ($sth->errstr) { print $sth->errstr; }  
    else {  print "Admin table was setup"; }
    
  2. or download this
    #!/usr/bin/perl
    
    ...
         }
      }
    }
    
  3. or download this
    User was admin: password was 1a1dc91c907325c69271ddf0c944bc72
    Your username or password were incorrect. 
    
    Please click Back to continue