05.06.2015, 01:49
I have just found out about the mysql escape string thing.
I am worried about these SQL injections on the future if some amateur bullshit attempts to do a SQL Injection to the server once they found out how the query works.
When am i gonna use the mysql escape string? Shall i place it in every query which has to do / deal with strings?
I am worried about these SQL injections on the future if some amateur bullshit attempts to do a SQL Injection to the server once they found out how the query works.
When am i gonna use the mysql escape string? Shall i place it in every query which has to do / deal with strings?