[FX.php List] email address searches

Gjermund Gusland Thorsen ggt667 at gmail.com
Tue May 29 11:18:22 MDT 2007


Just make sure indexing is set to unicode and not a language, it's in
the field definition the drop down menu at the bottom of Storage-tab,
usually it's set to a language.

ggt667

On 5/29/07, Dale Bengston <dbengston at preservationstudio.com> wrote:
> The @ character is a search "special character" in FileMaker. Did you
> try...
>         $email_search = '==' . $email;
>
> Dale
>
> On May 29, 2007, at 12:03 PM, Vision Computer Consulting 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