PHP 表单传递参数与获取参数问题
程序员文章站
2024-01-23 08:30:52
...
E-mail:Register Registration
Name:
Password:
初学 PHP 问个问题 在这里 获取
E-mail:
echo $_POST['email'];
?>
Name:
Password:
这些信息时 只输出一个没问题
当我输出多个的时候像这个样子的
E-mail:
echo $_POST['email'];
?>
Name:
echo $_POST['last_name'];
?>
Password:
echo $_POST['password'];
?>
他就出错了 - -!!!
总是出现
An error occurred.
Sorry, the page you are looking for is currently unavailable.
Please try again later.
If you are the system administrator of this resource then you should check the error log for details.
Faithfully yours, nginx.
这个东西 只输出一个时就可以
各位大神请指教
回复讨论(解决方案)
SF 不留
E-mail:Register Registration
Name:
Password:
我给你调成这样本地测试时可以了。
E-mail:Register Registration
Name:
Password:
我给你调成这样本地测试时可以了。
弱弱的问下 改了下哪里 我把你这个代码复制下来 还是不可以 ,是不是有什么的放需要配置或者其他的呢?
我给你调成这样本地测试时可以了。
看到你改的了 不过我改一下 还是不行 只输出一个时可以 输出多个时就不行了
上一篇: Ubuntu 环境下运行YII2框架的一些扩展,ubuntuyii2
下一篇: PHP根据汉字取拼音