Thread Closed  Post Thread 

PHP File Downloads
Author Message
nick
SEO Dictator

SEO Team

Posts: 1,178
Group: SEO Team
   
Cash: 432.01 Donate
PHP File Downloads

Hi,

I have a script which shows the direct links to the files that are to be downloaded.

Now I want that If the link is clicked then it should go something like this:

http://www.xx-d-d--d.com/downloads.php?id=2

So now this downloads.php will lookinto the database and see the download URL of the file ID numner 2.

And it should load a download and maybe display a message like "File Downloading..."

I tried this with headers but sometimes it works and sometimes it doesn't.

If any one know how to do this then please let me know.

Thanks.


DNDaily.com - Your Daily Domain Doze
Twut.com - Free Online Games
Product reviews and ratings
Search Engine Optimization Packages
04-11-2006 05:58 PM
Send the author a private message Find all posts by this author Quote this message in a reply

Advertisements

This is an ad revenue sharing forum
Dale
Junior Member



Posts: 9
Group: Registered
   
Cash: 5.00 Donate
RE: PHP File Downloads

Using headers should work. If not then make sure you're using

Code:
$_GET[id]


in your script instead of what I used to use which was the normal

Code:
$id


to get the download. :) This could be a cause of it not working. :)



Dale Hay . com
05-11-2006 03:41 AM
Send the author an email Send the author a private message Find all posts by this author Quote this message in a reply
nick
SEO Dictator

SEO Team

Posts: 1,178
Group: SEO Team
   
Cash: 432.01 Donate
RE: PHP File Downloads

Thanks dale for your precious input. It helped me solve my problems.

Thanks a lot.


DNDaily.com - Your Daily Domain Doze
Twut.com - Free Online Games
Product reviews and ratings
Search Engine Optimization Packages
05-13-2006 03:58 AM
Send the author a private message Find all posts by this author Quote this message in a reply

Thread Closed  Post Thread 


Similar Threads
Thread: Author Replies: Last Post
Upload file query in PHP jignesh 6 07-25-2007 03:42 AM

View a Printable Version | Send this Thread to a Friend | Subscribe to this Thread | Add Thread to Favorites
Rate This Thread:
Forum Jump: