Fellows:
On one of my html pages created with php there are two prompt fields. The first is a select list that is table driven. The second right now is empty. However, its contents should really be populated by entries retrieved from a DB based on the selected entry from the select list above it.
How would one go about triggering the event which would return control to the php program allowing it to perform the query and deliver the populated second select list?
I am thinking an "on_something" which would pass control back to the server script along with the value of the selected item.
Can anyone please identify the terminology for this which would allow me to further research how it can be made to work?
Thanks in advance.
B
On one of my html pages created with php there are two prompt fields. The first is a select list that is table driven. The second right now is empty. However, its contents should really be populated by entries retrieved from a DB based on the selected entry from the select list above it.
How would one go about triggering the event which would return control to the php program allowing it to perform the query and deliver the populated second select list?
I am thinking an "on_something" which would pass control back to the server script along with the value of the selected item.
Can anyone please identify the terminology for this which would allow me to further research how it can be made to work?
Thanks in advance.
B