Re: search for person by comparing his data with data in mysql

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Sat, Dec 20, 2008 at 7:01 AM, Jochem Maas <jochem@xxxxxxxxxxxxx> wrote:
> ceo@xxxxxxxxx schreef:
>> select
>>   first_name like '%$first_name%'
>> + 3 * last_name like '%$last_name%'
>> + 7 * email = '$email'
>> as score,
>
> that works?? I guess the expressions (e.g. email = '$email')
> evaluate to bools and are auto-cast to ints.
>
> Im guess there needs to be some parenthesis in there somewhere, no?
>
> anyway nice snippet :-)
>

If it works, it must be a MySQL "feature".

Andrew

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux