I want to use variable value in a query but for something not often happens like that:
$sql ="select a from x where b ='".$_SESSION["b"]."' Limit '".$_GET["l"]."',1;";
How to set the input of limit
properly because it seems to me not working unless there is =
before the input.