1
I’m making a list of records and I’m having the following difficulty:
In my system I have two tables and I need to list their records interchangeably.
The location of the listing is the same. Only I can’t do a foreach to list one and then list the records of the other.
Time or other (randomly) I will have to display a record of table 2 in the middle of the list of table 1.
Imagine a system that will print ads in the middle of real records. That’s about what I need to do.
How do I do it?
You can post what you’ve tried to do?
– Roberto de Campos
I’m completely out of ideas on how to do this. I have just the foreachs for each table =/
– SpammingOff