Re: [PHP] urlencode problem

2001-01-10 Thread Cynic
rawurlencode() / rawurldecode() ^^^ ^^^ At 16:35 10.1. 2001, Zhihong Pan wrote the following: -- >I have tow files named as "a+b.doc" and "x y.doc". Before I pass them to another >page, I do urlencode first. But after I do

[PHP] urlencode problem

2001-01-10 Thread Zhihong Pan
I have tow files named as "a+b.doc" and "x y.doc". Before I pass them to another page, I do urlencode first. But after I do urldecode in the next page, I got "a b.doc" instead of "a+b.doc", but the second file is correct. Could anybody help me to solve the problem ? Thanks, Zhihong Pan C