• Hello, I am working on a website that accepts volunteers. The database accepts a Route Number (cannot be duplicated) and their information. However, I would like to let volunteers, who wishes to sign-up, know what are the available routes. I am thinking to retrieve the route numbers that were taken. Would it be possible to retrieve data from database then do comparisons.

    Alternative would be a dropdown menu showing all available route numbers, but I believe this needs to retrieve from the database as well.

Viewing 1 replies (of 1 total)
  • Plugin Author Roland Barker

    (@xnau)

    It is possible to populate a selector from the database using code that would exclude any taken routes. You’ll need to understand how to query the database to get your filtered data.

    I have an article that gives you the basics, you’ll need to come up with the specific code for your situation.

    Populate a Form Dropdown from the Database

Viewing 1 replies (of 1 total)

The topic ‘Retrieve Data from Database’ is closed to new replies.