I need to use a get function to retrieve $title variable from a url.
$title=$_GET["title"];
The $title is later used in a MySQL query.
The question is how to make this secure? In other words, how to neutralize any malicious codes sent through the URL.