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($error==0)
{
$body ="Name________________________$name\n";
if(trim($company))
{
$body.="Organization__________________$company\n";
}
$body.="Email________________________$email\n";
if(trim($place))
{
$body.="Place________________________$place\n";
}
if(trim($message))
{
$body.="Message_____________________$message\n";
}
$mailid="info@craativeartslab.com";
$from="From: ".$email;
mail($mailid,"Comments 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 send your inquiry / feedback to us. In
case of any inquiries, we assure you to get back within 24 hrs. /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 question",$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..