Jump to content

help with combo box query


ichversuchte

Recommended Posts

Im not sure if this is at all possible with php, but i have a site and I have a large query that pulls a ton of data on people. I want to put names in a combobox and by using that combo box, if possible I would like when a name is picked to update a table on the page without a refresh. If i have to, ill live with a page refresh, can anyone help me?

Link to comment
https://forums.phpfreaks.com/topic/6587-help-with-combo-box-query/
Share on other sites

you could use an I-frame for your table. and have to conbo box set on_change to refresh the I-frame and not the whole page. This is a can do function. You have to have some way to send the data that was selected to another function to run the query to get the new data.
[!--quoteo(post=361672:date=Apr 4 2006, 03:16 PM:name=jvrothjr)--][div class=\'quotetop\']QUOTE(jvrothjr @ Apr 4 2006, 03:16 PM) [snapback]361672[/snapback][/div][div class=\'quotemain\'][!--quotec--]
you could use an I-frame for your table. and have to conbo box set on_change to refresh the I-frame and not the whole page. This is a can do function. You have to have some way to send the data that was selected to another function to run the query to get the new data.
[/quote]

Is there anyway you can give me an example of how to pass the data from a combo box to the Iframe. Just to get me started, Im not asking to write it all, just a lil shove would be nice.

Thank you

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.