
videopixel
User
Dec 2, 2011, 5:02 PM
Post #1 of 4
(1630 views)
Shortcut
|
|
Retrieving section title or table name?
|
Can't Post
|
|
I'm merging 3 sections with this code:
$mosaicRecords = array_merge($blogRecords,$portfolioRecords,$downloadsRecords); shuffle($mosaicRecords); everything works like expected but I want to show the section names from where they came from...
<?php foreach ($mosaicRecords as $record): ?> <?php foreach ($record['mosaic'] as $upload): ?> What goes between the brackets? <?php echo $record['??????'] ?> <?php endforeach ?> <?php endforeach ?> thanks!
(This post was edited by videopixel on Dec 2, 2011, 5:03 PM)
|