I used urlencode() in my script so that when I pass the variable it can be read by the next page. I was trying to pass 'Soap Operas - Day'
The space was replaced by %20 automatically and works fine in IE:
http://domain.com/script.php?term=So...eras%20-%20Day
But not in Netscape. This is how it looked like in the Netscape address bar:
http://domain.com/script.php?term=Soap Operas - Day
where it is supposed to look like the one in IE.
Is this an incompatibility issue?





Bookmarks