include"connectwelcome.php"; error_reporting(E_ALL ^ E_NOTICE); $submit = $_POST['submit']; $email = $_POST['email']; $email = mysql_real_escape_string($email); if($submit){ if(!$email) { print"Please enter an email address << back"; } $select_two = "select email,user,password from firsttable where email='$email'"; $query_two = mysql_query($select_two); $row_two = mysql_fetch_array($query_two); $emailfound = $row_two["email"]; $username = $row_two["user"]; $password = $row_two["password"]; if(($row_two) && ($email)){ require_once 'lib/swift_required.php'; $htmlbody = '
|