Page 1 of 1

Encrypt URL-Address

Posted: Fri Jan 08, 2010 2:54 am
by neomotive
I have such problem: in my site for clients will be returned (after he will pay) result page in which he should input personal information. It is page my product and the client should not see its URL-address. What functions i can apply and how to do so that the URL-address will be not visible (or will be encrypted).

Re: Encrypt URL-Address

Posted: Fri Jan 08, 2010 3:04 am
by pbs
You can use base64_encode() and base64_decode() functions to encrypt the URL.

Re: Encrypt URL-Address

Posted: Sat Jan 09, 2010 4:29 am
by kaisellgren
Why your client shouldn't see the URL?