Hello All -
I need some help. I've got a page that lists events (fairs, seminars, etc.) that have been registered by the user, I would like to find a solution that will list these events and next to them include the number of people that have registered to attend the event.
The way I've been going at it is to echo the events from one databse, but I haven't been able to echo the number of people that are registered in that event. Events and their details are in one database while the other database contains the people that have registered.
Something like ...
---------------------
Marketing for Educational Institutions .......... #
----------------------
Business Fair for Educational Institutions ...... #
----------------------
Where "Marketing for..." & "Business Fair for..." come from one database (seminars) and the # is the number of people that have registered for that event (coming from a database named "attendants".
I'm not sure how to do it, because the second term, the quantity of attendants, depends on the event that is listed...
Any help? Thanks in advance!