Hello,

store value in hidden field in form, like this:
<input type="hidden" name="id" value="<?php echo $_GET['id']; ?>">

when form is submitted field id contains required value.

or use cookie (but here is test if cookie enabled)


Regards
Michal Dvoracek                          [EMAIL PROTECTED]


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to