Hello,
ATM on a page I have about 50 buttons (submit buttons), formed like:
(in a loop)
But I want a drop down box, like on this forum, to just select what one i want. However -
Cheers
ATM on a page I have about 50 buttons (submit buttons), formed like:
PHP:
echo "<form method=post action=3.php target=result>
<input type=hidden name=id value=\"$id\" />
<input type=hidden name=uniquekey value=\$uniquekey\" />
<input type=hidden name=titleofpage value=\"$Name\" />
<input type=submit value=\"Add $Name\" />
</form>
";
(in a loop)
But I want a drop down box, like on this forum, to just select what one i want. However -
- There is more than just one bit of date - ie there id, uniquekey, and titleofpage
- I need more than one drop down list (different categories)
Cheers