I'm writing a web app that passes values in the URL separated by a / . I'm passing these values by supplying links to them.
The writing and reading of these values is fine, I'm just stuck at the differing ways IE handles urlencoding the data..
IE will not work unless I double urlencode it `urlencode(urlencode($sData))` while Firefox and Opera (and, I imagine, every other non-microsoft browser out there) only needs to be encoded once.
Can you provide a specific example? As horrible as IE is, I can't imagine that it doesn't properly handle URL encoding.
Chris
-- Chris Shiflett Brain Bulb, The PHP Consultancy http://brainbulb.com/
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php