Contect Us

"; } else if(!preg_match('/[a-zA-Z_\x7f-\xff][a-zA-Z0-9_\x7f-\xff]*/',$_POST['username'])) { $flag=0; echo "Please Enter Valid Name
"; } if($_POST['useremail']=='') { $flag=0; echo "Please Enter E-mail
"; } else if(!eregi("^[_a-z0-9-]+(\.[_a-z0-9-]+)*@[a-z0-9-]+(\.[a-z0-9-]+)*(\.[a-z]{2,3})$", $_POST['useremail'])) { $flag=0; echo "Please Enter Valid E-Mail
"; } if($_POST['usersubject']=='') { $flag=0; echo "Please Enter Subject
"; } if($_POST['usermessage']=='') { $flag=0; echo "Please Enter Message"; } if ( empty($_POST) || !wp_verify_nonce($_POST['cody_nonce_theme_field'],'cody_theme_nonce_field') ) { print 'Sorry, your nonce did not verify.'; exit; } else { if($flag==1) { wp_mail(get_option("admin_email"),trim($_POST[username])." sent you a message from ".get_option("blogname"),stripslashes(trim($_POST[usermessage])),"From: ".trim($_POST[username])." <".trim($_POST[useremail]).">\r\nReply-To:".trim($_POST[useremail])); echo "Mail Successfully Sent"; } } } ?>

:

:

:

: