codehaven - php snippets - coding help
Generic filters
Exact matches only
  • 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)

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

    Was this code snippet helpful?