Photos to appear in differnet colums

13 posts by 2 authors in: Forums > CMS Builder
Last Post: September 17, 2008   (RSS)

By Dave - September 17, 2008

It looks good. Try switching this:
<?php foreach ($record['mainphoto'] as $upload): ?>

Back to this:
<?php foreach ($malesRecords['mainphoto'] as $upload): ?>

You always need to use the variable names you set at the top of the file. You can see them set here:

list($malesRecords, $malesMetaData) = getRecords(array(
'tableName' => 'males',
));

Let me know if that gets you any further.
Dave Edis - Senior Developer
interactivetools.com

Re: [Dave] Photos to appear in differnet colums

By kitka - September 17, 2008

H Dave...

it still doesn't work...

I renamed the file to

http://www.rocaroalpacas.ca/males11b.php

just to try the change...

same result

I attached the file with the changes...
jim albert
Attachments:

males11b.php 7K