I do a search with in mysql, but the $ _GET ['id'] does not show, although it shows in the address bar: link $ id = 18
$sql = mysqli_query($conexao, "SELECT * FROM produtos WHERE id= '". $_GET['id'] ."'");
Why does not the id number return like this?