Page is a not externally linkable
- Code, Content, and Presentation
-- PHP Server Side Scripting
---- Delete Duldrums


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


Thread source:: http://www.webmasterworld.com/php/4383644.htm
Brought to you by WebmasterWorld: http://www.webmasterworld.com