<?php

// getpost.php?id=5

// ID can be accessed from  $_GET['id']
echo "ID is: " . $_GET["id"];

?>
