I’m looking for a method in which I can decode and encode text to be passed in a url.
Not base64
Any others?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You could try:
rawurlencodeurlencodeconvert_uuencodequoted_printable_encode(and their respective decode routines) or a handful of other options. Without a little more knowledge as to the use case you are trying to solve, though, answers will be lethargic or vague.