|
Using urlencode merely encodes troublesome characters. You use urldecode on the other end. You are coding the data in a different way, so that's technically 'changing' it, but you aren't changing the content, just the form. What do you think encryption/decryption does? I don't know whether it's you or your client/teacher/boss, but someone is being silly.
|