Posted by Larry L [in Honolulu] on 07/20/07 23:07
I have a dropdown list dynamically created in a form by PHP from a MySql
table. This is the only element on the page. For some records there is only
a single selection, and if that's the case I'd like to just post that and
go to the next page. Is there a simple way to do that using POST? I know
how to do it with GET, but don't like the resulting URLs.
Or is there a simpler method I'm not thinking about?
Thanks,
Larry
[Back to original message]
|