mimino16 Active Member 299 2013 94 5,500 Aug 7, 2013 #1 I did not understand this error Deprecated: mysql_escape_string(): This function is deprecated; use mysql_real_escape_string() instead
I did not understand this error Deprecated: mysql_escape_string(): This function is deprecated; use mysql_real_escape_string() instead
Occult Active Member 2,921 2010 488 10 Aug 7, 2013 #2 mysql_escape_string() Click to expand... Replace that in the script with: mysql_real_escape_string() Click to expand... This is probably because your PHP version is above/or 4.3.0
mysql_escape_string() Click to expand... Replace that in the script with: mysql_real_escape_string() Click to expand... This is probably because your PHP version is above/or 4.3.0