摘要:
可以使用addslashes等PHP内置的直接给出函数,方便使用function VerifyInput($input) { if (!get_magic_quotes_gpc()) { //magic_quotes_gpc默认是on的,已经会自动转义'号等字符了 $input = addslashes($input); ... 阅读全文
posted @ 2006-09-27 11:57
jackyrong的世界
阅读(923)
评论(0)
推荐(0)
浙公网安备 33010602011771号