PHP中get_magic_quotes_gpc()问题

我用DW加载KTMLite,运行之后插入记录时,总是提示Fatalerror:Calltoundefinedfunctionget_magic_quotes_gpc()i... 我用DW加载KTM Lite,运行之后插入记录时,总是提示
Fatal error: Call to undefined function get_magic_quotes_gpc() in D:\AppServ\www\Forum\post.php on line 8
源码是
.....function GetSQLValueString($theValue, $theType, $theDefinedValue = "", $theNotDefinedValue = "")
{
$theValue = ( ! get_magic_quotes_gpc()) ? addslashes($theValue) : $theValue;

switch ($theType) {
case "text":
$theValue = ($theValue != "") ? "'" . $theValue . "'" : "NULL";
break;
case "long":
case "int":
$theValue = ($theValue != "") ? intval($theValue) : "NULL";
break;
case "double":
$theValue = ($theValue != "") ? "'" . doubleval($theValue) . "'" : "NULL";
break;
case "date":
$theValue = ($theValue != "") ? "'" . $theValue . "'" : "NULL";
break;
case "defined":
$theValue = ($theValue != "") ? $theDefinedValue : $theNotDefinedValue;
break;
}
return $theValue;
}

请各路英雄高手告诉小弟怎么回事!!谢谢!!!
展开
 我来答
pzl7758
2009-11-13 · TA获得超过603个赞
知道小有建树答主
回答量:962
采纳率:100%
帮助的人:636万
展开全部
我用DW加载KTM Lite,运行之后插入记录时,总是提示??不是很明白你的问题,是不是你用DW调试程序的时候老提示get_magic_quotes_gpc不可用呀,如果是这样的话,那你看一下你的DW与PHP服务器之间的设置呀,get_magic_quotes_gpc()是PHP的系统函数,从php3 开始就有的了,所以这个函数不可能没定义的,
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式