Replacing apostrophes in MYSQL with a simple "
#2

You've got yourself the pretaste of sql injection. You have to escape your strings, using mysql_real_escape_string or some similar function, otherwise anyone can screw with your database
Reply


Messages In This Thread
Replacing apostrophes in MYSQL with a simple " - by BullseyeHawk - 18.10.2013, 06:12
Re: Replacing apostrophes in MYSQL with a simple " - by Misiur - 18.10.2013, 08:44

Forum Jump:


Users browsing this thread: 1 Guest(s)