<?php
// Only process POST reqeusts.
if ($_SERVER["REQUEST_METHOD"] == "POST") {
// Get the form fields and remove whitespace.
$name = strip_tags(trim($_POST["name"]));
$name = str_replace(array("\r","\n"),array(" "," "),$name);
$email = filter_var(trim($_POST["email"]), FILTER_SANITIZE_EMAIL);
$phone = trim($_POST["phone"]);
$subject = trim($_POST["subject"]);
$message = trim($_POST["message"]);
// Check that data was sent to the mailer.
if ( empty($name) OR empty($phone) OR empty($subject) OR empty($message) OR !filter_var($email, FILTER_VALIDATE_EMAIL)) {
// Set a 400 (bad request) response code and exit.
http_response_code(400);
echo "Please complete the form and try again.";
exit;
}
// Set the recipient email address.
// FIXME: Update this to your desired email address.
$recipient = "admin@devitems.com";
// Set the email subject.
$subject = "New contact from $name";
// Build the email content.
$email_content = "Name: $name\n";
$email_content .= "Email: $email\n\n";
$email_content .= "Phone: $phone\n\n";
$email_content .= "Subject: $subject\n\n";
$email_content .= "Message:\n$message\n";
// Build the email headers.
$email_headers = "From: $name <$email>";
// Send the email.
if (mail($recipient, $subject, $email_content, $email_headers)) {
// Set a 200 (okay) response code.
http_response_code(200);
echo "Thank You! Your message has been sent.";
} else {
// Set a 500 (internal server error) response code.
http_response_code(500);
echo "Oops! Something went wrong and we couldn't send your message.";
}
} else {
// Not a POST request, set a 403 (forbidden) response code.
http_response_code(403);
echo "There was a problem with your submission, please try again.";
}
?>
没有合适的资源?快使用搜索试试~ 我知道了~
HTML网站源码-现代家居设计商城网站模板-响应式源码.zip
共212个文件
jpg:107个
html:40个
png:30个
1.该资源内容由用户上传,如若侵权请联系客服进行举报
2.虚拟产品一经售出概不退款(资源遇到问题,请及时私信上传者)
2.虚拟产品一经售出概不退款(资源遇到问题,请及时私信上传者)
版权申诉
0 下载量 119 浏览量
2024-03-27
08:49:28
上传
评论
收藏 4.75MB ZIP 举报
温馨提示
响应式网页设计的HTML网站源码是当今网络发展的趋势。它通过灵活的布局和自适应的设计,确保了网站在各种设备上都能提供最佳的观看体验。这套源码适用于不同规模的项目,无论是个人博客、企业宣传还是电子商务平台,都能快速搭建并投入使用。 这份源码的优势在于其易用性和高度可定制性,即使没有专业的编程技能,也可以轻松修改和更新内容,让你的网站始终保持最新状态。同时,它的SEO友好结构有助于提高网站的搜索引擎排名,吸引更多访问者。 选择这份HTML网站源码,你将拥有一个既美观又实用的在线平台,无缝对接各类设备,为用户提供一致的高质量体验。它不仅节省了你开发和维护网站的时间成本,还为你的品牌形象加分。
资源推荐
资源详情
资源评论
收起资源包目录
HTML网站源码-现代家居设计商城网站模板-响应式源码.zip (212个子文件)
style.css 137KB
bootstrap.min.css 119KB
animate.min.css 71KB
material-design-iconic-font.min.css 69KB
responsive.css 24KB
jquery-ui.min.css 15KB
color-3.css 10KB
color-5.css 10KB
color-2.css 10KB
color-6.css 10KB
color-7.css 10KB
color-4.css 10KB
color-8.css 10KB
color-1.css 10KB
magnific-popup.css 7KB
style-customizer.css 5KB
meanmenu.min.css 2KB
slick.css 2KB
nivo-slider.css 1KB
import.css 196B
Material-Design-Iconic-Font.eot 41KB
index.html 76KB
shop-list-left-sidebar.html 54KB
shop-left-sidebar.html 54KB
shop-list-right-sidebar.html 54KB
shop-right-sidebar.html 54KB
shop-list.html 52KB
shop.html 52KB
product-details-2.html 44KB
product-details-1.html 43KB
blog-left-sidebar.html 34KB
blog-right-sidebar.html 34KB
blog.html 32KB
blog-details.html 31KB
header-5.html 30KB
progress.html 29KB
about.html 28KB
header-6.html 28KB
cart.html 28KB
banner.html 27KB
team.html 27KB
checkout.html 27KB
tab.html 27KB
contact.html 27KB
collapse.html 27KB
service.html 26KB
header-4.html 26KB
alerts.html 26KB
button.html 26KB
wishlist.html 26KB
image-gallery.html 25KB
404.html 25KB
footer-1.html 25KB
header-1.html 25KB
footer-5.html 25KB
header-2.html 25KB
footer-3.html 24KB
footer-2.html 24KB
footer-4.html 24KB
footer-6.html 24KB
header-3.html 23KB
favicon.ico 1KB
6.jpg 575KB
1.jpg 521KB
2.jpg 397KB
arrival-bg.jpg 214KB
08.jpg 205KB
07.jpg 169KB
contact.jpg 101KB
02.jpg 94KB
05.jpg 89KB
testimonial-bg.jpg 83KB
01.jpg 69KB
03.jpg 57KB
blog-details.jpg 51KB
3.jpg 49KB
3.jpg 48KB
shipping-2.jpg 45KB
06.jpg 39KB
04.jpg 37KB
1.jpg 35KB
1.jpg 33KB
4.jpg 32KB
2.jpg 31KB
3.jpg 31KB
5.jpg 29KB
1.jpg 27KB
1.jpg 26KB
8.jpg 25KB
10.jpg 24KB
9.jpg 22KB
8.jpg 21KB
2.jpg 19KB
4.jpg 18KB
6.jpg 17KB
4.jpg 15KB
1.jpg 14KB
page-banner.jpg 14KB
menu-banner.jpg 14KB
1.jpg 13KB
共 212 条
- 1
- 2
- 3
资源评论
DTcode7
- 粉丝: 3w+
- 资源: 4986
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
- 19 工资发放明细表-可视化图表.xlsx
- 27 员工工资表(图表分析).xlsx
- 23 财务报告工资数据图表模板.xlsx
- 22 财务报告工资数据图表模板.xlsx
- 24 工资表-年度薪资可视化图表.xlsx
- 26 财务分析部门工资支出图表.xlsx
- Python爬虫技术详解:从基础到实战.zip
- 25 工资费用支出表-可视化图表.xlsx
- 30公司各部门工资支出数据图表1.xlsx
- 29 员工月度工资支出数据图表.xlsx
- 28 工资表(自动计算,图表显示).xlsx
- 31 财务分析工资年度开支图表.xlsx
- 33 年度工资预算表(可视化看板).xlsx
- 32 公司年度工资成本数据图表.xlsx
- 34 年度工资汇总-数据可视化看板.xlsx
- 36 财务报表新年度部门工资预算表.xlsx
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功