[PHP] Encrypted URL links?

2003-02-20 Thread MIKE YRABEDRA
I have a site that sells software and wants to have downloadable purchases. Is there a way to encrypt a URL that will still work when clicked on, BUT not show the customer where the file actually resides? Is it also possible to have it expire after a given amount of time? TIA -- Mike

Re: [PHP] Encrypted URL links?

2003-02-20 Thread 1LT John W. Holmes
I have a site that sells software and wants to have downloadable purchases. Is there a way to encrypt a URL that will still work when clicked on, BUT not show the customer where the file actually resides? Is it also possible to have it expire after a given amount of time? Sure, just have a

Re: [PHP] Encrypted URL links?

2003-02-20 Thread David Otton
On Thu, 20 Feb 2003 06:20:26 -0500, you wrote: Is there a way to encrypt a URL that will still work when clicked on, BUT not show the customer where the file actually resides? It's not possible to encrypt a URL and leave it readable. URLs are plaintext. Is it also possible to have it expire