[FX.php List] Query field for content empty

Joel Shapiro jsfmp at earthlink.net
Thu Nov 13 15:50:07 MST 2008


I haven't tried it, but would:

$q->AddDBParam( 'field', '*', 'neq' );

work?

-Joel


On Nov 13, 2008, at 2:42 PM, Gjermund Gusland Thorsen wrote:

> I have tried these with no luck
>
> $q->AddDBParam( 'field', '', 'eq' );
> $q->AddDBParam( 'field', '""', 'eq' );
> $q->AddDBParam( 'field', '==""' );
> $q->AddDBParam( 'field', '=""' );
>
> How am I supposed to query for field with empty value?
>
> ggt667
> _______________________________________________
> FX.php_List mailing list
> FX.php_List at mail.iviking.org
> http://www.iviking.org/mailman/listinfo/fx.php_list



More information about the FX.php_List mailing list