摘要: mysqli转义需要连接 mysqli_real_escape_string(connection,escapestring); mysql转义不需要连接 mysqli_escape_string(connection,escapestring); 阅读全文
posted @ 2017-07-27 07:08 爱吃醋的工程师 阅读(860) 评论(0) 推荐(0) 编辑