Page is a not externally linkable
jatar_k - 1:17 pm on Nov 5, 2011 (gmt 0)
you would need to pull it from the GET and put it into the form
<form action="<?=htmlentities($_SERVER['PHP_SELF']);?>" method="PO">
<input type="hidden" name="id" value="<?php echo $_GET['id']; ?>">
<input type="submit" name="Yes" value="yes" />
<input type="submit" name="No" value="no" />
</form>
then you should be able to get at it in the next step