mimino16 Active Member 333 2013 113 6,320 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 20 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