Limit results based on check box option

2 posts by 2 authors in: Forums > CMS Builder
Last Post: November 9, 2012   (RSS)

Re: [degreesnorth] Limit results based on check box option

By gregThomas - November 9, 2012

Hi,

Please could you replace the following code for me and let me know what output you get on the page? Then I will be able to see how your sections are set up.

replace:
list($coming_up_eventsRecords, $coming_up_eventsMetaData) = getRecords(array(
'tableName' => 'coming_up_events',
'where' => ' applies_to="Brookvale" ',

));


with:

list($coming_up_eventsRecords, $coming_up_eventsMetaData) = getRecords(array(
'tableName' => 'coming_up_events',
'where' => ' applies_to="Brookvale" ',

));
showme(coming_up_eventsRecords[0]);
die();


thanks!
Greg Thomas







PHP Programmer - interactivetools.com