Dynamic Printing of Values
- From: Mtek <mtek@xxxxxxxxxxx>
- Date: Mon, 5 May 2008 07:42:12 -0700 (PDT)
Hi,
We have a combo box on our page, which gets populated via a MySQL
Query.
What we want to do is to print the values on the page in a table that
correspond the to selection from the combo box without a page refresh.
I assume that I'll need to query ALL the needed values from the
database and store them in an array. Drawing the combo box is not a
problem. But, once a selection is made, how do I print the values to
the page?
I'm assuming an 'on change' events needs to be attached to the box,
but, it is not a form, so, there would not be any submit to the
server. How do we print the values from the selection made? Would it
have to be javascript rather than PHP.
If yes, I'll go post there.....
John.
.
- Follow-Ups:
- Re: Dynamic Printing of Values
- From: Guillaume
- Re: Dynamic Printing of Values
- From: ZeldorBlat
- Re: Dynamic Printing of Values
- Prev by Date: Re: php 5 and mysql failure
- Next by Date: Re: Dynamic Printing of Values
- Previous by thread: Can't find php.ini!
- Next by thread: Re: Dynamic Printing of Values
- Index(es):
Relevant Pages
|