[wd_asp elements=’search’ ratio=’100%’ id=1]

Dual dropdown populate (one from database)

4th November 2013

MySql

mysql codehaven category

This script has a static first drop down that does not change
For a dual dropdown both from a database – see here

dualdropdown.php



and the second file that does the database lookup, (must be called getter.php)
" . $row{'petstuff'} . "";
}
?>

Petstuff should be the second lot of information that you want the second dropdown to be populated with.