|
Posted by Jerry Stuckle on 07/21/07 03:28
Larry L [in Honolulu] wrote:
> 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
If you really need to post the forum, check CURL.
OTOH, I might recommend you store the appropriate info in a session, and
change the target page to look for the data in the session, also.
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================
Navigation:
[Reply to this message]
|