[FX.php List] Encoding issue

Tim 'Webko' Booth tim at nicheit.com.au
Wed Jun 9 17:44:18 MDT 2010


On 10/06/2010, at 12:31 AM, Anders Monsen wrote:

> I have a query page where one option is a drop down menu that pulls  
> from a FileMaker value list. One of the items contains a slash, ie.  
> THIS/THAT which always returns a zero found set from the FX.php  
> page, even when there are records.
>
> When I <pre> the find query, the slash has been changed to:  
> fieldName=THIS%2FTHAT with %2F replacing the slash. What are my  
> options encoding the slash so that it actually will return data?  
> Does this need to be changed in FileMaker? In the query I currently  
> have it set to:
> $find->AddDBParam( 'fieldName', urldecode( $_POST['value'] ) ) ;

That's a bit strange - at least one of my systems uses much the same  
and I get no URL encoding of the search terms:

http://www.psycbite.com/search.php

Target Area = insight / Awareness / something

gets me results...

Cheers

T


More information about the FX.php_List mailing list