- 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"; }
- or download this
#!/usr/bin/perl
...
}
}
}
- or download this
User was admin: password was 1a1dc91c907325c69271ddf0c944bc72
Your username or password were incorrect.
Please click Back to continue