Forum Moderators: coopster
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!
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