RE: Dynamic pull down menus with PHP/Mysql

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

 



Remember that PHP is server-side, so if you want PHP to do anything you'll
have to send a request back to the server (reload the page).

To handle things client side will require the likes of javascript, exactly
how is beyond me I'm afraid but I'm sure you could do something like load
all values in 2nd drop-down initially and then get javascript to limit the
available values dependant on the selection in the first drop-down.

Have you tried sites like:

http://www.javascript.com
http://www.webreference.com/js/
http://www.hotscripts.com/JavaScript/
Chained selects: http://www.hotscripts.com/Detailed/36563.html

HTH

Graham
-----Original Message-----
From: veditio@xxxxxxxxxxx [mailto:veditio@xxxxxxxxxxx]
Sent: 05 October 2004 15:05
To: php-db@xxxxxxxxxxxxx
Subject:  Dynamic pull down menus with PHP/Mysql


To the group:

This may be a more javascript related topic, but it's also php/mysql.
Apologies in advance if this is too far off topic.

I'm trying to pull data from MySQL using PHP to sort the results into a form
with a pull down menu. That works fine; I can do that.

But I have a second pull down menu whose items need to display based on the
item chosen from the first pull down menu.

I can do two lists seperately, but I need the second pull down menu to be a
result of the first, and I can't figure a way to do it in PHP without
reloading the page, which I don't really want to do.

Is this a javascript-dependent function, in that a js will have to make the
call to the database via some sort of scripted php/mysql request? I really
like to avoid javascript if possible, but I'm unsure there's an alternative.

Goolge et al. have some answers, but have done more to befuddle than
clarify.

As always, any help is greatly appreciated.

--V

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

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


[Index of Archives]     [PHP Home]     [PHP Users]     [Postgresql Discussion]     [Kernel Newbies]     [Postgresql]     [Yosemite News]

  Powered by Linux