My table has values with quotes and other unescaped characters, and when I
$sometitle = "Ra's al Ghul";
SELECT * from mytable WHERE title='{$sometitle}'
ofc I got an error.
How can I solve this issue?
My table has values with quotes and other unescaped characters, and when I
$sometitle = "Ra's al Ghul";
SELECT * from mytable WHERE title='{$sometitle}'
ofc I got an error.
How can I solve this issue?