[PHP] Character translation in IE

2001-02-05 Thread Patrick Anderson
Hi, I am using php, mysql and apache on a linuxserver to create some user home pages, and I have a problem with names including special chars. If I retrieve an url including for example /photos/BendseMartin97.jpg everything is ok using netscape, but it doesn't display correct using IE. Apache

Re: [PHP] Character translation in IE

2001-02-05 Thread Juan
use the following : string rawurlencode (string str) It translate any non standard URL ascii char into there %XX equivalent. PA Hi, PA I am using php, mysql and apache on a linuxserver to create some user PA home pages, PA and I have a problem with names including special chars. PA If I