[ic] odd behaviour of filter tag with area tag inside it

Tom Hodder tom at ecnow.co.uk
Mon Jan 31 19:33:59 EST 2005


Hi all,

if I do ;

[filter urlencode][area ord/paypal_standby][/filter]
or
[filter urlencode interpolate=1][area ord/paypal_standby][/filter]

the area tag is not interpolated, but the filter tag is processed and I 
end up with;

%5barea%20ord%2fpaypal_standby%5d

, however if I do;

[filter uc][area ord/paypal_standby][/filter]

rather bizzarely the response is a url with part of it upper cased like so;

http://www.titl.co.uk/cgi-bin/titl/ORD/PAYPAL_STANDBY.html?id=GLTdLU6o

rather than the orginal area tag which returns;

http://www.titl.co.uk/cgi-bin/titl/ord/paypal_standby.html?id=GLTdLU6o

I'm actually trying to urlencode a area output to append as a query string.

Is there a recommended method of doing this;

Thanks,

Tom H









More information about the interchange-users mailing list