include text from a file
I would like to have a public page that will "include" text from a file that is either located on the server, or from an outside server. The use case is having some dynamic content that we can modify quickly (the included file) that is part of a page on the server. For example, the page might say "Here is a sample of most recent discussion" and then display the text from the include file. The include file is maintained outside of Wild Apricot. This is like a PHP "include" functionality.