Deprecated: mysql_escape_string(): This function is deprecated; use mysql_real_escape_string() inste

php5.5及以上

obj

把mysql_escape_string()改为$conn->real_escape_string($escapestr)


你可能感兴趣的:(Deprecated: mysql_escape_string(): This function is deprecated; use mysql_real_escape_string() inste)