Hello all,
I want to pass the values of a form through the URL to the next page. However, I don't want to pass them "plain". Instead, i want to encrypt or scramble the value=1212 fields into a string that is unreadable.
Is there a PHP function that can do this for me?
Furthermore I need to unscramble the string into the original format with names and values.
Thanks for your help
Adrian