RETRIEVE USERNAME

fetch_assoc()) { $username = $row['username']; } $to = "$email"; $from = "no-reply@crockerfarm.com"; $subject = "Your Crocker Farm Username"; $messagehtml = "

Hello,

We've received a request to retrieve your username: $username

If you'd also like to retrieve your password, you can do so here:

Retrieve Password

If you have any questions, please feel free to contact us at 410-472-2016 or info@crockerfarm.com.

All Our Best,
The Zipps

"; $messageplain = "Hello,\r\n\r\nWe've received a request to retrieve your username: $username\r\n\r\nIf you'd also like to retrieve your password, you can do so here:\r\n\r\nhttps://www.crockerfarm.com/members/retrieve-password/\r\n\r\nIf you have any questions, please feel free to contact us at 410-472-2016 or info@crockerfarm.com.\r\n\r\nAll Our Best,\r\nThe Zipps"; include("../send3.php"); } echo "

If $email exists in our members database, you will receive an email shortly.

If you do not receive it soon, please make sure to check any Junk or Spam folders that might have scooped it up.

If you require further assistance, feel free to contact us and we will be happy to help you.

Click here to return to the login page.

"; } } if (!isset($_POST['submit']) OR (isset($_POST['submit']) AND $emaildiff == 1)) { if ($emaildiff == 1) { echo "

Your e-mail addresses did not match. Please enter them again.

"; } else { echo "

Enter your e-mail address and we'll send you your username.

"; } ?>
Email:
"; echo $sidebarcontent; echo "
"; echo "
"; echo "
"; echo ""; echo "$design_footer"; ?>