after i will click the submit button it will send this info:
<input name="submit" type="hidden" id="submit" value="<?php print $cnt; ?>" />
where the value is the unique number for every form as i will have many forms.
what php function can i use to get the value from the submit field?
<input name="submit" type="hidden" id="submit" value="<?php print $cnt; ?>" />
where the value is the unique number for every form as i will have many forms.
what php function can i use to get the value from the submit field?