I have some problem regarding the search in mysql. Below is my query. SELECT * FROM table WHERE name LIKE \"%admin\\\'s%\";
I\'ve seen dozens of PHP snippets that go like this: function DB_Quote($string) { if (get_magic_quotes_gpc() == true)