Success Process Completed.";
}
if($_REQUEST["resmsg"] == "sc")
{
echo "Thank you for your request! we will be contacting you soon.";
}
if($_REQUEST["resmsg"] == "err")
{
echo "There was an unexpected error and the process has not been completed! Please try again.";
}
}
?>