.white_link{
font-family:Verdana;
font-size:12px;
color:#666666;
line-height:18px;
font-weight:normal;
text-decoration:none;
}
.copy_txt{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#666666;
text-decoration:none;
}
Dr. G.ANBUGANAPATHI |
|
|
|
Registration Detail |
Hi '.$firstname.'
|
|
|
Username: |
'.$username.' |
Email Address: |
'.$email_address.' |
Password: |
'.$password.' |
Thanks & Regards Dr. G.ANBUGANAPATHI
|
|
|
Copyright © 2020 - dranbuganapathi.com, All Rights Reserved. |
|
';
$Subject1="Register in Dr. G.ANBUGANAPATHI";
//echo $mailformat;
//$mailheaders = "Content-type: text/html; charset=iso-8859-1\r\n";
$headers1 = "From: dranbuganapathi.com\r\n"."Content-Type: text/html; charset=iso-8859-1\r\n";
@mail($mailcopy,$Subject1,$Msg1,$headers1);
header("location:login.php?msg=sucess");
}
else
{
$flag='error';
}
}
?>
if($flag=='sucess')
{
?>
Success! Register Sucess.
}
?>
if($flag=='error')
{
?>
Error! Emailid or phonenumber Already Exists.
}
?>