[FX.php List] character encoding issue?

kevin kevin at santafe.edu
Mon Feb 13 11:41:37 MST 2006


Hi,

I'm trying to search a Filemaker table of email addresses via FX.php and 
I'm running into some strange behavior that may be an encoding issue.

Basically, it seems like the '@' in the address isn't matching because 
of how it's encoded, although I think the encoding of '%40' is correct.

http://myserver.edu/fmi/xml/FMPXMLRESULT.xml?-db=logins.fp7
&-lay=master&-max=all&master+names::email=myaddress%40mydomain.edu&-find

When I omit the '@' and use a wild card instead, I get a match from the 
same table

http://myserver.edu/fmi/xml/FMPXMLRESULT.xml?-db=logins.fp7
&-lay=master&-max=all&master+names::email=myaddress*&-find

What am I missing here?

Kevin



More information about the FX.php_List mailing list