How to grab a hidden fields value using PHP
Posted
by TaG
on Stack Overflow
See other posts from Stack Overflow
or by TaG
Published on 2010-04-28T13:17:29Z
Indexed on
2010/04/28
13:23 UTC
Read the original article
Hit count: 246
I was wondering how can I grab the value from a hidden field using PHP?.
Here is the hidden field.
<input type="hidden" name="delete" value="' . $row['delete_id'] . '" />
© Stack Overflow or respective owner