[FX.php List] email address searches

Gjermund Gusland Thorsen ggt667 at gmail.com
Tue May 29 13:51:55 MDT 2007


this is how I put stuff inn that field:

$q->AddDBParam( 'epost', strtolower( $_POST['epost'] ) );

So that is not a problem, unless some numbnut set up case sensitive mailuser...
but that was probably only used in Windows 3.11

ggt667

On 5/29/07, Someone <someone at gagayaya.com> wrote:
> Hi,
> The only issue thing about unicode is it's case sensitive
> Searching for blank at email.com won't find BLANK at EMAIL.COM
>
> How about?
> $query->AddDBParam('email', '="blank at email.com"','eq');
> notice the ="blank at email.com" search text
>
> Please correct if I'm wrong.
>
> Frank
>
> > You need to make sure Unicode is indexing type for the fields where
> > you store the email address.
> >
> > ggt667
> >
> > On 5/29/07, Vision Computer Consulting
> > <info at visioncomputerconsulting.com> wrote:
> >> I know this is an easy one, but nothing I have tried works.
> >>
> >> I tried addslashes($email) and $email_search = '"' . $email . "'";
> >>
> >> I know in FM I have to put "" or '' around the address, but haven't
> >> found what works for FMFind().
> >>
> >> Please advise.
> >> _______________________________________________
> >> FX.php_List mailing list
> >> FX.php_List at mail.iviking.org
> >> http://www.iviking.org/mailman/listinfo/fx.php_list
> >>
> >
> >
> >
>
> _______________________________________________
> 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