[FX.php List] email address searches

Dale Bengston dbengston at preservationstudio.com
Tue May 29 11:13:08 MDT 2007


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



More information about the FX.php_List mailing list