<html>Welcome david for joining AdHudd.
Your username is david and your password is hard.
Please keep these details safe
<br><br><br>To validate you account please <a href='http://www.supremeauto.com/validate.php ... 41''>click here</a> </html>
the code
Code: Select all
<?php
$headers = "MIME-Version: 1.0\n";
$headers .= "content-type: text/html; ";
$headers .= "charset=iso-8859-1\n";
$headers = "From: info@supreme.com\n";
mail($email, 'Member Details', "<html>Welcome $username for joining AdHudd. Your username is $username and your password is $password.
Please keep these details safe
<br><br><br>To validate you account please <a href='http://www.supremeauto.com/validate.php?member_id=$member_id''>click here</a> </html>",$headers);
?>