Re: Auto Form Fill on option select

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



It's Sorted Now,

It got Java'd.


"Kevin Dell" <Kevin.Dell@xxxxxxxxxxx> wrote in message
news:003e01c4c4f6$3d9b66d0$0300a8c0@xxxxxxxxxxxxx
Hi all,
    I have a question that I can't get my head around and was hoping someone
could answer for me.

I have a form with a number of fields.

Field one is a <td><select name="thisSteamField"></td>
The option fields are built from an sql statement and a where clause builds
the options fields
                    ...
                    <option value="<? echo $teamname; ?>"><? echo $teamname;
?></option>
                    ....
etc...

When I select one of the options, the form automatically goes off and does
another sql select a with the WHERE value of the selected $teamname,  and
then populates the next field, but I can't think how.

Any pointers?

TIA
K

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


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux