Re: [PHP] url_encode question

2003-11-05 Thread Marek Kilimajer
You want to use urlencode, but you are using url_encode, which must be user defined function. Urlencode output would be: http%3A%2F%2F192.168.10.5%2Frecords%2FSalle_16B%2F2003-05-06%2FSalle_16B_2003-05-06.010 urlencode is supposed to be used for encoding values and not the whole url. Styve Cout

[PHP] url_encode question

2003-11-05 Thread Styve Couture
Hi, I use urlencode to encode some adress in my application. I have notice a strange behavior that I cannot explaned by reading the docs for urlencode(). Those lines will explained what I want to say... $str_nomFichier = "http://"; .$GLOBALS["str_IpCW"] ."/records/".$path_salle ."/" .$path_d