16.05.2015, 02:21
Hello, i am using SQL in my server
and i escape strings to prevent sql injections.
I had to display the escaped table, is there a way to hide the "\" symbol?
ex.
mysql_real_escape_string(string, string);
show_unescaped(string);
i tried with strdel but \ symbol gives me errors!!
help =)
and i escape strings to prevent sql injections.
I had to display the escaped table, is there a way to hide the "\" symbol?
ex.
mysql_real_escape_string(string, string);
show_unescaped(string);
i tried with strdel but \ symbol gives me errors!!
help =)