Home > Archive > PHP DB > January 2008 > Re: [PHP] Sample script files with 3 different select boxes with
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Re: [PHP] Sample script files with 3 different select boxes with
|
|
| Robert Cummings 2008-01-03, 7:00 pm |
| On Thu, 2008-01-03 at 09:18 -0600, Balaji A wrote:
> Hi,
>
> I have a table with the below fields. (id, title, language, author &
> link to the book).
>
> Initially I want to display a page with 3 select boxes (language,
> author & title).
>
> Initially first select box displays the available language by querying
> the database. On selecting one language, author select box should show
> the matching records from the database. After selecting the author,
> matching records should display in title.
>
> Could any body send the sample script files with 3 select boxes?
Anything else you'd like to add to the requirements document?
Cheers,
Rob.
--
............................................................
SwarmBuy.com - http://www.swarmbuy.com
Leveraging the buying power of the masses!
............................................................
| |
| Jim Lucas 2008-01-03, 7:00 pm |
| Robert Cummings wrote:
> On Thu, 2008-01-03 at 09:18 -0600, Balaji A wrote:
>
> Anything else you'd like to add to the requirements document?
>
> Cheers,
> Rob.
I would think it be best if it was javascript based so it dynamically loads the data via AJAX or a
predefined JS hash, but then when JS was disabled, it would be best if it fell back to old school
and submitted the form when I select the lang->auth->book.
Thanks
--
Jim Lucas
"Some men are born to greatness, some achieve greatness,
and some have greatness thrust upon them."
Twelfth Night, Act II, Scene V
by William Shakespeare
|
|
|
|
|