search
Homephp教程php手册实例学习 PHP 之表单处理篇(一)

 

学习前的准备:
  
  
  
    
  
   PHP4.03linux下的安装
  
  
   PHP4.04win98下的安装
  
  
   PHP4.04在英文win2000下的安装
  
  
   如果你找不到安装程序请到下面下载:
  
  
   PHP4.04Beta WIN32 安装程序
  
  
  
   PHP4.03源程序
  
  
  
   PHP3.0.16 WIN32 安装程序
  
  
  
   PHP3.0.16源程序
  
  
   OK!现在应该已经没有什么可以阻止我们学习了,Lets go!
  
  
   在学习开始以前,我们先交待一下关于表单的基础知识,如果你对HTML非常熟悉,那么可以跳过该部分,直接学习。
  
  
   故名思议表单是利用网页收集数据的工具,比如你想在网上搞个群众调查啊什么的,肯定是少不了要用他的。下面我简单介绍一下表单的基础知识,关于他的详细内容请自行查阅HTML手册。
  
  
   表单的使用其实非常简单,大家先看一下下面的例子:
  
  
  
  
  
  
   php echo PHP_SELF; ?>"METHOD=post>
  
  
   名字:
  
  
  
   单项选择:
  
  
   我很笨">我很笨
  
  
   我非常笨">我非常笨
  
  
   我简直就是个傻冒"> 我简直就是个傻冒
  
  
  
   多项选择:
  
  
   我喜欢打蓝球">我喜欢打蓝球
  
  
   我喜欢游泳">我喜欢游泳
  
  
   我喜欢跳舞">我喜欢跳舞
  
  
   我喜欢爬山">我喜欢爬山
  
  
  
  
  
  
  
  
   谢谢">
  
  
  
  
  
  
  
   名字:
  
单项选择: 我很笨 我非常笨 我简直就是个傻冒
  
多项选择: 我喜欢打蓝球 我喜欢游泳 我喜欢跳舞 我喜欢爬山
  
  
  
  
  
   怎么样?看明白了吗?上部分是表单的html源代码,下部分则是这个表单在浏览器的表现形式。 标志php echo
PHP_SELF; ?>"METHOD=post> 表示开始一个表单,到标志时表单结束。处理这个表单的程序,用Form标志里的action属性指出。在这里为PHP_SELF; ?>, 其中$PHP_SELFPHP中的一个global 变量,用于保存目前执行 PHP 程式页面的档名, echo PHP_SELF; ?>的意思就是用当前的PHP程序来处理这个表单。那么下面的METHOD=post表示什么意思呢?其实表单从浏览器发给服务器有两种方法. GET POST. GET方法将数据打包放置在环境变量QUERY_STRING中作为URL整体的一部分传递给服务器。 POST做很多类似GET同样的事情, 不同的地方就是它是分离地传递数据给脚本. 你的脚本通过标准输入获取这些数据. QUERY_STRING环境变量将不再设置.因此POST有更好的安全性,尤其如果你的表单中有很多数据的话. 当你用GET, 这个服务器就分配变量QUERY_STRING给所有的表单数据, 但是这个变量可存储量是有限的. 换句话说,如果你有很多数据但是你又用GET,你会丢失很多数据。 如果你用POST, 你可以尽可能多地使用数据, 因为这些数据从来也不分配到一个变量里。此外用post传递数据还有一个好处,它不会get那样把你传送的数据暴露在浏览器的地址栏中,比如象下面这种:form.php?name=genius&pwd=123456 ,明白了吧?所以还是用post让人安心一点啦。
  
  
  



Statement
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

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

Video Face Swap

Video Face Swap

Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Tools

SublimeText3 Linux new version

SublimeText3 Linux new version

SublimeText3 Linux latest version

Dreamweaver Mac version

Dreamweaver Mac version

Visual web development tools

ZendStudio 13.5.1 Mac

ZendStudio 13.5.1 Mac

Powerful PHP integrated development environment

SecLists

SecLists

SecLists is the ultimate security tester's companion. It is a collection of various types of lists that are frequently used during security assessments, all in one place. SecLists helps make security testing more efficient and productive by conveniently providing all the lists a security tester might need. List types include usernames, passwords, URLs, fuzzing payloads, sensitive data patterns, web shells, and more. The tester can simply pull this repository onto a new test machine and he will have access to every type of list he needs.

SublimeText3 Mac version

SublimeText3 Mac version

God-level code editing software (SublimeText3)