Hi
I do apologize if this topic is in the wrong forum. I am trying to populate a drop down list with an sql select statement. I know the correct sql statements to create the appropriate results but I don't know how to populate the results in a drop down list.
Below is an example of the sql statement.
SELECT title
FROM jos_eventlist_events
WHERE dates > CURDATE( )
Thanks
Mark
I do apologize if this topic is in the wrong forum. I am trying to populate a drop down list with an sql select statement. I know the correct sql statements to create the appropriate results but I don't know how to populate the results in a drop down list.
Below is an example of the sql statement.
SELECT title
FROM jos_eventlist_events
WHERE dates > CURDATE( )
Thanks
Mark