主题:PHP 取不到表单中的值?
yingxunsu
[专家分:0] 发布于 2006-04-27 20:24:00
我的内部网站, 由unix平台移动到 redhat9 linux平台,
ie 提交的数据, php 得不到?, 一定是我的apache, 或php配置有问题
请高手指点
回复列表 (共11个回复)
11 楼
yanghoo [专家分:0] 发布于 2006-10-19 15:41:00
; You should do your best to write your scripts so that they do not require
; register_globals to be on; Using form variables as globals can easily lead
; to possible security problems, if the code is not very well thought of.
register_globals = On
我来回复