• 大小: 3KB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2021-01-05
  • 语言: PHP
  • 标签: php  mysql  

资源简介

<php+mysql>PHP基础,使用PHP访问表单数据

资源截图

代码片段和文件信息




ta charset=“UTF-8“>
tle>reporttle>



Aliens Abducted Me - Report an Abduction


     $name=$_POST[‘firstname‘].‘ ‘.$_POST[‘lastname‘];
$when=$_POST[‘when‘];
$timelast=$_POST[‘timelast‘];
$fang=$_POST[‘fang‘];
$anythingelse=$_POST[‘anythingelse‘];
$email=$_POST[‘email‘];

$to=‘changingvan@163.com‘;
$subject=‘Aliens abducted me‘;
$msg=“$name was abducted $when and was gone for $timelast.\n“.
“Fang spotted: $fang.\n“.
“Other info: $anythingelse.\n“;
mail($to$subject$msg‘Form‘.$email);

echo ‘Thanks for submitting the form. 
‘;
echo ‘You were abducted ‘.$when;
echo ‘and gone for ‘.$timelast.‘
‘;
echo ‘You saw Fang? ‘.$fang.‘
‘;
echo ‘Other information: ‘.$anythingelse.‘

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2015-12-23 15:03  alien\
     文件        6148  2015-12-23 15:24  alien\.DS_Store
     目录           0  2015-12-24 09:51  __MACOSX\
     目录           0  2015-12-24 09:51  __MACOSX\alien\
     文件         120  2015-12-23 15:24  __MACOSX\alien\._.DS_Store
     目录           0  2015-12-23 14:19  alien\images\
     文件        1157  2015-12-23 15:10  alien\report.html
     文件         120  2015-12-23 15:10  __MACOSX\alien\._report.html
     文件         863  2015-12-23 15:41  alien\report.php
     文件         120  2015-12-23 15:41  __MACOSX\alien\._report.php

评论

共有 条评论