Home >php教程 >php手册 >关于set_magic_quotes_runtime

关于set_magic_quotes_runtime

WBOY
WBOYOriginal
2016-06-13 09:52:52973browse




关于set_magic_quotes_runtime

为什么我set_magic_quotes_runtime()的参数无论是0还是1,或者不写这行代码,$_POST里的数据都被addslashes了

我来回答




D8888D回贴内容-------------------------------------------------------
ini_set('magic_quotes_gpc','on'[,'off'])

D8888D回贴内容-------------------------------------------------------
ini_set('magic_quotes_gpc','on'[,'off'])
这个代码可以设置'magic_quotes_gpc开关吗,不是好像不能设置的吗

D8888D回贴内容-------------------------------------------------------
ini_set是php自带的用来设置php.ini配置文件的函数。

语法:ini_set("选项","值")

该函数用时最好放到php的脚本最头部

D8888D回贴内容-------------------------------------------------------
原帖由 myac 于 2009-1-23 20:37 发表 [url=http://bbs.111cn.cn/redirect.php?goto=findpost&pid=841919&ptid=102676]链接标记[img]http://bbs.111cn.cn/images/common/back.gif[/img][/url]
ini_set是php自带的用来设置php.ini配置文件的函数。

语法:ini_set("选项","值")

该函数用时最好放到php的脚本最头部
不是说只有cgi模式的才能用吗

D8888D回贴内容-------------------------------------------------------
version?

D8888D回贴内容-------------------------------------------------------
楼主看一下两个概念
1、magic_quotes_gpc 影响Get/Post/Cookie
2、magic_quotes_runtime 影响全局(含SQL字符串转义)

[url=http://bbs.111cn.cn/viewthread.php?tid=44480]链接标记http://bbs.111cn.cn/viewthread.php?tid=44480[/url]


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