Cascade Select is a class to generate two HTML form select type inputs, making the currently selected value on the first input determine the option values that are made available on the second. It uses Javascript to update the second input options when the first input changes. The class comes with an example that defines the options for both input from data defined by arrays, and also an example that retrieves the option values from MySQL database query results.
| Tags | Software Development Libraries php classes |
|---|
A mail-management-oriented DMS application based on Maarch Framework.