I have this in equip-lend-index.php and want to pass the variable $equipment back to the same page:

PRINT " <td valign=\"top\">Equipment: <form action=\"$USERPREFIX/equip-lend-index.php\" method=\"POST\" enctype=\"text/plain\">";
PRINT " <input type=\"radio\" name=\"equipment\" value=\"computer\" /> Computers";
PRINT " <input type=\"radio\" name=\"equipment\" value=\"phone\"/> Phones";
PRINT " <input name=\"Select\" value=\"select\" type=\"submit\" />";
PRINT " </form><br />";


Hitting Select (submit button) doesn't pass the value of $equipment back to the page. What am I doing wrong?

/M.

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



Reply via email to