Our Sitelock website security has picked up some pages on our website that are vulnerable to attacks. It shows the description "Injection point: GET; Injection parameter: id; Injection type: numeric" I think the mentioned code is
$sa1=DBSelect("select * from tbl where id='".$_REQUEST['sid']."'");
How can we fix it? Any idea?