[PHP] Url encoding awry

2004-11-11 Thread ydragon
Hello all 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 I have an html block that calls the image I get a 404 I know the path is right and spelling is correct

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

[PHP] URL encoding

2002-02-13 Thread David Orn Johannsson
Ok the thing is I’m getting the information from a mysql db and it is being fetched by a Flash app and then it is used to print out the info in a fancy way. I am trying to url encode special Icelandic charaters such as (“þ” ASCII 0222 or the Latin Letter “Thorn”) if you are able to see it but it