Home > php教程 > php手册 > body text

一个最简单的PHP计算,火狐提示我未定义,看代码就懂得了

WBOY
Release: 2016-06-06 19:40:48
Original
1059 people have browsed it

@庆小伟: 可以这样:在form/form中间设置 一个 input type="hidden" name="IsPostBack" value="1",在PHP中判断,isset("$_GET['IsPostBack']") 或者 isset("$_POST['IsPostBack']")。 用PHP的话,学个框架吧,能帮你加快很多速度。个人推荐CodeIgniter框架

@庆小伟: 可以这样:在

中间设置一个,在PHP中判断,isset("$_GET['IsPostBack']") 或者 isset("$_POST['IsPostBack']")。

用PHP的话,学个框架吧,能帮你加快很多速度。个人推荐CodeIgniter框架,这个框架的文档相当好。希望帮助到你,我自己一个是个菜鸟。

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Recommendations
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!