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!
I would like to have xls files on a directory, on the server that user can download if they want. How can I make the links for downloading appear on a php page ?
Basically, php should search for the different xls files in a directory and echo their link for download on the page, is that possible ?
Thanks for your help !