MySQL Forums
Forum List  »  PHP

Re: echo names from multiple tables
Posted by: Barry Galbraith
Date: February 12, 2012 04:36PM

Do you have a table for each event type? What happens when you add another type of event, another table?

I suggest you would be better with 1 event table, and a field in that table designates what type of event the row refers to.
Then your problem as described in the subject disappears.

Good luck,
Barry.

Options: ReplyQuote


Subject
Written By
Posted
Re: echo names from multiple tables
February 12, 2012 04:36PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.