Need help creating a download script

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
brad82
Forum Newbie
Posts: 2
Joined: Mon May 26, 2008 1:50 pm

Need help creating a download script

Post by brad82 »

Hi,
First of all im kinda new to PHP/mySQL and I need some help creating a dowload script. Basicly I want to create a page/script that grabs a download id (for the required file) and then redirects the client to the required location/file


clicks file 6
|
script grabs download id#6
|
client is redirected to file #6's location


Could you also tell me how to set the database up


(I know im asking a lot but as I said im kinda new to PHP/mySQL)

*I have dreamweaver CS3*

Thanks in advance
hansford
Forum Commoner
Posts: 91
Joined: Mon May 26, 2008 12:38 am

Re: Need help creating a download script

Post by hansford »

Look up on google - 'php, mysql database' and you will find faster and more reliable answers than you'll get off this forum.
Post Reply