URL Encoding is the process of converting string into valid URL format. Valid URL format means that the URL contains only what is termed "alpha | digit | safe | extra | escape" characters. the url was destroying my code html as it held it for malicious, so to say
and now, what can I do? remove that url?
I shouldnt because if someone wants to mess with the http address query on the top..
Alvaro
=====================================================================================
jackpf wrote:Omg...why do you think!??!? Sorry....sorry...
Think about it. You're running html through urlencode(). You are url encoding it!!!