PDA

View Full Version : Plus character(+) converted to (%20) in urls


raymerica
05-22-2006, 02:22 PM
Plus character(+) converted to (%20) urls.

../k+p%20smith/.. gets stored as ../k%20p%20smith/..


"+" is in $allowed_link_chars:

$allowed_link_chars = "[:%/?=&;\\,._a-zA-Z0-9|+ ()~-]*";

version 1.8.8

any ideas?

thanks!

raymerica
05-31-2006, 08:34 AM
narrowed it down to the php urldecode function

raymerica
05-31-2006, 12:19 PM
http://www.phpdig.net/ref/rn64re1350.html