[FX.php List] And OR find

Jerry Do jhdo at central.uh.edu
Tue Nov 21 16:19:19 MST 2006


Hello,

I want to do a find for Year and (Fall or Spring).

I'm using the following, but it didn't work.

$q->AddParam('Year',$year);
$q->AddParam('Semester','Fall');
$q->SetlogicalOR();
$q->AddParam('Semester','Spring');

Can it be done?  If so, please point me to the right direction.

Thank you in advance,
Jerry



More information about the FX.php_List mailing list