mysql escape
#3

You're not supposed to escape the whole query string if you're doing so. You're supposed to escape user input strings only to prevent injections. Then, format a string with your query and escaped user input string to your liking.
Reply


Messages In This Thread
mysql escape - by Banditukas - 07.03.2015, 07:56
Re: mysql escape - by Banditukas - 07.03.2015, 08:05
Re: mysql escape - by arad55 - 07.03.2015, 08:54

Forum Jump:


Users browsing this thread: 4 Guest(s)