Forum Moderators: coopster

Message Too Old, No Replies

need some help @ upload download script

         

EfEnrico

10:00 pm on Jun 7, 2004 (gmt 0)

10+ Year Member



Hey all,

First of all I am a little new to php.. done some coding yet but not completely into it.

What I am trying to arrange is a upload download system so I can store examples of examens for my studygroup.

I have managed to get simple upload scripts to work but then I get loss when to make the uploaded files downloadable..

What I wanna do is:

1) a form with number of text fields and the upload option.. then have the script upload the file and store the file on the server but the textcontent in mysql.

2) a script that generates the view of the stored textcontent with the links to the files on the server.

Any help would be appreciated!

hafnius

10:15 pm on Jun 7, 2004 (gmt 0)

10+ Year Member



Hi EfEnrico

This is a little indirect help from a fellow newb :)

try searching the php script ressources for a script that does what you want - you'll probably find a few.

Then either mod. the script to suit you - and learn as your go; or take the lines from the script that you need (observing licenses)

I know this is not a "heres some code that solves your prob" but i hope it helps.

/Kind Regards
Hafnius

WhosAWhata

10:35 pm on Jun 7, 2004 (gmt 0)

10+ Year Member



a good site to check is the PHP resource index [php.resourceindex.com...] OR hotscripts [hotscripts.com...]

EfEnrico

7:57 pm on Jun 9, 2004 (gmt 0)

10+ Year Member



thnx for the time to reply..

I'll have a look again into these sites and hope to find a more suited script..

thnx again