how to get value from uri using php code example Example: getting values from url php $id = $_GET['id']; // OR $id = $_REQUEST['id'];