<?php
// Check for empty fields
if(empty($_POST['name']) ||
empty($_POST['email']) ||
empty($_POST['message']) ||
!filter_var($_POST['email'],FILTER_VALIDATE_EMAIL))
{
echo "No arguments Provided!";
return false;
}
$name = $_POST['name'];
$email_address = $_POST['email'];
$message = $_POST['message'];
// Create the email and send the message
$to = 'yourname@yourdomain.com'; // Add your email address inbetween the '' replacing yourname@yourdomain.com - This is where the form will send a message to.
$email_subject = "Website Contact Form: $name";
$email_body = "You have received a new message from your website contact form.\n\n"."Here are the details:\n\nName: $name\n\nEmail: $email_address\n\nMessage:\n$message";
$headers = "From: noreply@yourdomain.com\n"; // This is the email address the generated message will be from. We recommend using something like noreply@yourdomain.com.
$headers .= "Reply-To: $email_address";
mail($to,$email_subject,$email_body,$headers);
return true;
?>
没有合适的资源?快使用搜索试试~ 我知道了~
资源推荐
资源详情
资源评论
收起资源包目录
白色简洁清新的法式牛排西餐厅企业网站模板下载.zip (61个子文件)
twts_105_gusto
js
bootstrap.js 66KB
bootstrap.min.js 35KB
SmoothScroll.js 13KB
contact_me.js 3KB
main.js 1KB
jquery.1.11.1.js 94KB
jqBootstrapValidation.js 35KB
img
chef.jpg 42KB
gallery-bg.jpg 332KB
gallery
02.jpg 48KB
01.jpg 58KB
04.jpg 48KB
03.jpg 42KB
intro-bg.jpg 141KB
specials
2.jpg 37KB
1.jpg 28KB
3.jpg 30KB
css
style.css 8KB
bootstrap.min.css 115KB
bootstrap.css 138KB
mail
contact_me.php 1023B
index.html 16KB
fonts
font-awesome
css
font-awesome.css 28KB
font-awesome.min.css 23KB
scss
_animated.scss 715B
_core.scss 513B
_fixed-width.scss 120B
_icons.scss 37KB
_larger.scss 375B
_stacked.scss 482B
_variables.scss 16KB
_path.scss 783B
font-awesome.scss 405B
_bordered-pulled.scss 332B
_rotated-flipped.scss 672B
_mixins.scss 1000B
_list.scss 378B
less
larger.less 370B
core.less 509B
rotated-flipped.less 622B
stacked.less 476B
bordered-pulled.less 330B
fixed-width.less 119B
mixins.less 983B
variables.less 16KB
font-awesome.less 465B
icons.less 36KB
animated.less 713B
list.less 377B
path.less 770B
fonts
FontAwesome.otf 92KB
fontawesome-webfont.eot 59KB
fontawesome-webfont.woff 70KB
fontawesome-webfont.woff2 55KB
fontawesome-webfont.svg 306KB
fontawesome-webfont.ttf 119KB
fonts
glyphicons-halflings-regular.svg 106KB
glyphicons-halflings-regular.ttf 44KB
glyphicons-halflings-regular.woff 23KB
glyphicons-halflings-regular.eot 20KB
glyphicons-halflings-regular.woff2 18KB
共 61 条
- 1
资源评论
小徐博客
- 粉丝: 1975
- 资源: 5413
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功