|
|
Please Provide the following Information |
|
Hello! this request is from. ".$fname." |
|
City :".$cont." |
Mobile No :".$select." |
Comment :".$desc." |
";
$headers .= "From:" . $from;
if(mail($to,$subject,$message,$headers))
{
echo "
Thanks for Submiting Details.....
";
}
}
?>
|
|
|