I have the following URL:
/eventfunctions.php?eventtype=Don%27t+Touch+The+Floor
and when I use
$_GET['eventtype'];
it is showing as Don\'t but I can't work out why the \ is there or how to get rid of it. None of the other % symbols seem to have the \, only the '.
How do I remove this \?