Re: [PHP] Url encoding awry

2004-11-11 Thread Rick Fletcher
I have a dynamically created image labeled: stories & critiques.jpg I have use url encode on it when saving it, and it is stored on the server as: stories+%26+crtitiques.jpg [snip] If I just put the path into the browser directly it also 404's If I rename the file in any way that removes the % it

RE: [PHP] URL encoding

2002-02-13 Thread Jill . Baker
Okay - looks like you are using a weird character mapping. Let's be clear about the names of encoding standards, so we don't get confused. There is no such thing as "ASCII 0222". ASCII characters are seven bits wide. Period. Their range is hex 00 to 7F. Anything outside of that range is, by defi