I am having multiple submit buttons.
and in a row i have 2 select options and a submit button.
how to generate unique rowid for each submit button want to make each submit and select options unique. and post it to the next page please show me some code
use <input type="hidden" name="id" value="$id" /> for each row
<input type="hidden" name="id" value="$id" />
This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.