Help for this page
# 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"; }