I'm doing a record listing and I'm having the following difficulty:
On my system I have two tables and I need to list their records in an interleaved way.
The location of the listing is the same. Only I can not make a foreach to list one and then list the other's records.
Sometimes (or randomly) I'll have to display a record of table 2 in the middle of the listing in table 1.
Imagine a system that is printing ads in the middle of the actual records. This is more or less what I need to do.
How do I do this?