摘要: 返回当前时间的 Unix 时间戳,并格式化为日期: <?php $t=time(); echo($t . "<br>"); echo(date("Y-m-d",$t)); ?> 阅读全文
posted @ 2021-01-04 16:27 star521 阅读(43) 评论(0) 推荐(0) 编辑
摘要: $_POST 变量变量来收集表单数据 <html> <head> <meta charset="utf-8"> <title>菜鸟教程(runoob.com)</title> </head> <body> <form action="welcome.php" method="post"> 名字: < 阅读全文
posted @ 2021-01-04 14:32 star521 阅读(87) 评论(0) 推荐(0) 编辑