Charan Gadhvi International Foundation
[insert_php] $msg = “We have received your request for membership. You will receive an approval email soon.”;

if($_GET[matrimony] == ‘1’)
{
$msg = “Thank You for Matrimony Register.”;
}
[/insert_php]

[insert_php] echo $msg; [/insert_php]