html表单不记住,Bootstrap 4表单不保存任何消息

我的bootstrap 4表单没有发送任何消息,我已经在服务器上上传了index.php和contact.php文件,但没有任何响应。您能帮我发现问题吗?

登陆页面形式简单

placeholder="Podaj swoje Imię i nazwisko" type="text" required/>

placeholder="Adres strony www" type="text" required/>

placeholder="Podaj swój numer telefonu" type="text" required/>

placeholder="Podaj swój email" type="email" required/>

rows="4">

Wyślij

contact.php

$name = $_POST['name'];

$email = $_POST['email'];

$message = $_POST['message'];

$website = $_POST['website'];

$telephone = $_POST['telephone'];

$email_from = 'SEO';

$email_subject = 'Wiadomość kontaktowa z... '

$email_body = "Name: $name.\n".

"Email: $email.\n".

"Message: $message.\n";

"Website: $website.\n";

"Telephone: $telephone.\n";

$to = "biuro@of.pl";

$headers = "From: $email_from r\n";

$headers .= "Reply-To: $email r\n";

mail($to,$email-$email_subject,$email_body,$headers);

header("location: index.php");

?>

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值