Just tried putting them inside an 'AND' and no go....

-Ben


On Dec 13, 12:12 pm, Mr-Yellow <[EMAIL PROTECTED]> wrote:
> $arrWhere = array();
> $arrWhere['DATE(Pack.PackDate)'] = '<= -!CURDATE()';
> $arrWhere['Pack.Flag_Pub'] = 1;
> $arrWhere['Pack.Flag_HasFLV'] = 1;
> $arrWhere['Flag_SMailOut'] = 1;
> $arrWhere['Flag_SMailRec'] = 1;
> //$arrWhere['Flag_Clipped'] = 1;
> //$arrWhere['Flag_Creative'] = 1;
> //$arrWhere['Flag_AutoBan'] = 1;
> //$arrWhere['Flag_Rdy'] = 1;
> //$arrWhere['Flag_Pub'] = 1;
> //$arrWhere['Flag_Email'] = 1;
>
> These aren't my actually conditions, simplier ones for testing.
>
> Soon as I go over 5 conditions Cake1.2 responds with a blank page.
>
> -Ben
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to