Hello guys, I need a help here.. I have a site download, and I want to encrypt the url download.. What must I do to enrcypt become like this: http://mysite.com/download.php?id=aHR0cDovL3d3dy40c2hhcmVkLmNvbS9hdW Rpby9FNUhONzd6OC9OZXdfRXRhXy1fMDNfN19TdW1wYWguaHRt
Encrypt url
Collapse
X
-
Originally posted by sleepy View PostHello guys, I need a help here.. I have a site download, and I want to encrypt the url download.. What must I do to enrcypt become like this: http://mysite.com/download.php?id=aH...9TdW1wYWguaHRt
base64_encode();
Comment