php 中 $id=$_POST['id'] 是什么意思?
小白
小白 2016-12-22 15:42:01
0
2
1341
小白
小白

好好学习,天天向上!!!

reply all(2)
数据分析师

What does $id=$_POST['id'] mean in php? - PHP Chinese website Q&A - What does $id=$_POST['id'] mean in php? - PHP Chinese website Q&A

Take a look around, Study it.

迷茫

php 中 $id=$_POST['id'] 表示变量$id值通过POST方法取得传递过来的id值。

PHP中取得传值的方法主要有:get,post,request,其中get表示取得显性传值,安全性要求不高时用,post表接收隐性传值,安全性要求高时用(如:接收表单传值、用户登录时等),request包含get和post两种方法,是一种模糊概念,由服务器自动选择,一般较少用。


Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template