[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Phpgroupware-developers] Re:Follow Up: Questions from New User/Deve
From: |
Chris Weiss |
Subject: |
Re: [Phpgroupware-developers] Re:Follow Up: Questions from New User/Developer |
Date: |
Fri, 22 Feb 2002 14:02:03 +0000 |
that would work for the right side, but the left side is in the database and php
can't manipulate that within the query
Luca - De Whiskey's - De Vitis (address@hidden) wrote*:
>
>On Fri, Feb 22, 2002 at 11:26:26AM +1100, Ashleigh Gordon wrote:
>> />Why not just do
>> >$sql .= " lower($f) LIKE lower('%$query%') OR ";
>> /
>
>Even better (IMHO), why don't you use strtolower php function?
>In this case you do not need to know anything about the dbms (more portable).
>
>_______________________________________________
>Phpgroupware-developers mailing list
>address@hidden
>http://mail.gnu.org/mailman/listinfo/phpgroupware-developers
>