18.05.2016, 17:13
Hi,
I'am escaping with
mysql_real_escape_string
and then use mysql_tquery with parameters and sending string escaped string, and in public i use that string update name or text, i want to ask is escaping string is still escaping or i need again escape in public?
I'am escaping with
mysql_real_escape_string
and then use mysql_tquery with parameters and sending string escaped string, and in public i use that string update name or text, i want to ask is escaping string is still escaping or i need again escape in public?