Posted by SMP on 07/31/07 16:30
I've got a simple form with an HTML OPTION block. I'd like to POST the
form to a page whose name is based on the OPTION they select.
So for example say the user selected this option, I'd like to POST the
form to a page named "memory.php".
echo "<option value=\"memory\">Memory Utilization</option>";
Any PHP strategies you could provide would be appreciated. Thanks.
[Back to original message]
|