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!
hello guys..I've made 1 page to upload file (e.g. powerpoint or doc file) and it work. I upload that file into 1 folder (called 'upload'). In another page I've display a list of the uploaded file. Then I want to download that file with just click at the file's name in the list. The problem is how do I make it (download part)? Thanx..