Managing text files

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
oldcelt
Forum Newbie
Posts: 7
Joined: Wed Aug 10, 2011 5:29 am

Managing text files

Post by oldcelt »

Does any one have a suggestion for enabling a web manager to upload a newsletter to their site; display the contents in a web page and provide an option for any user to download a copy of the file?
Had a bit of a search but couldn't find anything relevant.
User avatar
califdon
Jack of Zircons
Posts: 4484
Joined: Thu Nov 09, 2006 8:30 pm
Location: California, USA

Re: Managing text files

Post by califdon »

oldcelt wrote:Does any one have a suggestion for enabling a web manager to upload a newsletter to their site; display the contents in a web page and provide an option for any user to download a copy of the file?
Had a bit of a search but couldn't find anything relevant.
Well, you can write such an application, it's not a particularly difficult task, but it involves authenticating the "web manager" when they login, using file uploading logic, and some approach to displaying the list of available files for download, for the other users. If you search for those terms in Google, you'll surely find many scripts or discussions of such code.
Post Reply