Spring Posted January 31, 2012 Share Posted January 31, 2012 Is there an alternative way to encode url params besides: base64_encode examples would be great. Quote Link to comment Share on other sites More sharing options...
scootstah Posted January 31, 2012 Share Posted January 31, 2012 Like urlencode()? What are you trying to do? Quote Link to comment Share on other sites More sharing options...
Spring Posted January 31, 2012 Author Share Posted January 31, 2012 Like urlencode()? What are you trying to do? If I use get results in a url I want it to be encoded for example id=45 would be something like id=Fg53FAmmC Quote Link to comment Share on other sites More sharing options...
scootstah Posted January 31, 2012 Share Posted January 31, 2012 For what purpose? You could use mcrypt to encrypt/decrypt parameters. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.