Help for this page

Select Code to Download


  1. or download this
    # This is untested -- no perl here
    my $sth = $dbh->prepare("SELECT name FROM members WHERE username = ?")
    +;
    ...
      $sth->execute($username, $password, $email, $name, $url, $time);
      print "User Created Normally";
    }