$sql="INSERT INTO email (f_name, l_name, code, ext, email) VALUES (?, ?, ?, ?, ?)"; $ins=$dbh->prepare($sql); #### $sth->execute($FNAME, $LNAME, $STR, $CT5, $EMAIL) || die $sth->errstr;