Hey there. I happen to use queries a lot and was reading you needed protection from sql injections. But I wounder, do I need it when using isset($_GET['some-page']?
Users on my website use links and $_GET to show a profile. Should I use mysql_real_escape_string() when just selecting stuff or...