phphtml
刚开始学php
这是html页
please fnish it
Name:MrMrsMs
Email Address:
Response:This is …excellentokayboring
Com本¥文来源gaodai$ma#com搞$代*码*网(搞代gaodaima码ment:
php页
<?php
$title=$_POST[‘title’];
$name=$_POST[‘name’];
$response=$_POST[‘response’];
$comment=$_POST[‘comments’];
print “
Thank,$title $name,for your comments
“;
?>
我把post改成get也不行。用的是xampp,单独测试php页的时候,是可以显示的,还是环境配置的有问题吗?