Where Statement Issue

3 posts by 2 authors in: Forums > CMS Builder
Last Post: February 22, 2012   (RSS)

Re: [efi-revivo] Where Statement Issue

By Jason - February 21, 2012

Hi,

It looks like you're just having some syntax issues in your where statement.

Try this:

list($eventRecords, $eventMetaData) = getRecords(array(
'tableName' => 'event',
'limit' => '6',
'where' => "num = '".$test_listingRecord['posts_num']."'",
));


Hope this helps
---------------------------------------------------
Jason Sauchuk - Project Manager
interactivetools.com

Hire me! Save time by getting our experts to help with your project.
http://www.interactivetools.com/consulting/

Re: [Jason] Where Statement Issue

By efi-revivo - February 22, 2012

thank :-)