Hello, I need to generate a list of activity from multiple tables in order of the date they were entered into the tables, but when i spit them out (with php), i want each result to look specific to a design that i have for each table.
ie...i have the tables: listings, photos, comments
-the results from listings should be designed a certain way, the results from photos should be designed a different way, the results from comments should be designed a third way
-i would like to mesh the results from all three tables into one date-ordered list
*i can pull the results with a mysql join, but i dont know how to alter the results according to the table
does this mack sense? i'm way lost!