Posted by Rik on 07/15/06 00:10
IchBin wrote:
> I am cross posting to comp.lang.php and alt.comp.lang.php.
>
> I am having a problem with getting a post from a dropdownlist off a
> html form. While debugging, by instruction steps, for some reason I
> am never get passed the isset($_POST['author_pk']) after selecting an
> item in the dropdownlist.
.... and after a submit I assume, Peter made a good point ...
print_r($_POST) and see what it containts.
Grtz,
--
Rik Wasmus
[Back to original message]
|