if($submit == ".: submit :.")
{
//initializing $error to 0
$error=0;
//all validations are done here.
//if there is any error we set $error to 1
if(!trim($name))
{
//if name is blank
$error=1;
$errormsg.=".:: :: Please enter your name :: :.
";
}
if(!eregi( "^[_\.0-9a-z-]+@([0-9a-z][0-9a-z-]+\.)+[a-z]{2,4}$",$email))
{
$error=1;
$errormsg.=".: :: Invalid email :: :.
";
}
if(trim($phone))
{
if(!ereg( "(^[0-9]{1,15}$)",$phone))
{
$error=1;
$errormsg.=".: :: Check phone number :: :.
";
}
}
if(trim($fax))
{
if(!ereg( "(^[0-9]{1,15}$)",$fax))
{
$error=1;
$errormsg.=".: :: Check fax number :: :.
";
}
}
if($error==0)
{
//body of mail
$body="";
$body.="Name__________________$name\n";
if(trim($company))
{
$body.="Company______________$company\n";
}
if(trim($address))
{
$body.="Company Address_____________$address\n";
}
if(trim($phone))
{
$body.="Phone no_____________________________$phone\n";
}
if(trim($fax))
{
$body.="Fax no_____________________________$fax\n";
}
if(trim($place))
{
$body.="Place_____________________________$place\n";
}
$body.="Email__________________$email\n";
if(trim($message))
{
$body.="Inquiry Message________________________________________$message\n";
}
$mailid="info@craativeartslab.com";
$from="From: ".$email;
mail($mailid,"Inquiry from creativeartslab.com",$body,$from);
//sending a confirmation mail to user
$from="From: info@creativeartslab.com";
$body="Thank you /n/n
We appreciate your efforts to mak an Inquiry. /n/n
You can freely give your feedback, suggestions, compliments,
complaints, queries, problems on our products and web services. Your regular and
valuable inputs will help us deliver maximum value to you./n/n
Should you require any additional information, please feel free to
email us or contact us at the below mentioned numbers./n/n
mail@creativeartslab.com /n
Tel : +91-495-3520373/n
Mob : +91-9447346425/n/n
Assuring you the best of our services and co-operation at all times./n/n
Best Regards./n/n
JOPHI JOSE/n
creativeartslab/n/n
** For our services, visit www.creativeartslab.com **/n/n
***** This is an Automated response *****/n
************************Disclaimer************************/n/n";
mail($email,"Thank you for your Inquiry",$body,$from);
$error=2;
}
}
?>
.: :: CAL | creative arts lab :: :. Website Design, Flash Animations, Multimedia
Presentations, Portel Development, Content Management, Graphic Design, Flash Games,
Profile CDs, Video presentations, etc..