So, I have some PHP code that looks a bit like this:
The ID is
Please try it:
if(isset($_GET['id']) && !empty($_GET['id'])){ echo $_GET["id"]; }