Encrypt URL-Address
Moderator: General Moderators
Encrypt URL-Address
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
You can use base64_encode() and base64_decode() functions to encrypt the URL.
- kaisellgren
- DevNet Resident
- Posts: 1675
- Joined: Sat Jan 07, 2006 5:52 am
- Location: Lahti, Finland.
Re: Encrypt URL-Address
Why your client shouldn't see the URL?