phpgroupware-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Phpgroupware-users] sitemgr -> manage pages


From: Chris Weiss
Subject: Re: [Phpgroupware-users] sitemgr -> manage pages
Date: Sat, 31 May 2003 15:53:50 +0000

configure apache to allow SSI and use a <!#include> in the text?

mjc (address@hidden) wrote:
>
>Pleading for insight...I hope this is the right list.
>
>I'm new to phpgw and sitemgr and I've read the documentation I could find.
>
>I'd like to host our web site using 'groupware's authentication to
>distribute specific program information to registered users.  Most of
>that content is static but the files are often large--too large to
>maintain in the text boxes provided by sitemgr's page management facility.
>
>I would like to include() the program files and have tried the following
>  in one of the text boxes:
>
><br>
>Text from the sitemgr edit page
><br>
>text BEFORE php section
><?php
>     include('/<absolutePath>/ProgramA/filename');
>?>
><br>
>Text AFTER php section
>
>where ProgramA/filename is a one-line text file--no html (though the
>real files are html-formatted).
>
>I get:
>
>Text from the sitemgr edit page
>text BEFORE php section
>Text AFTER php section
>
>Can anyone tell me how to do this?  Better, can someone point me to
>documentation?
>
>Thanks for any help you can give me.
>mjc
>
>
>
>_______________________________________________
>Phpgroupware-users mailing list
>address@hidden
>http://mail.gnu.org/mailman/listinfo/phpgroupware-users
>





reply via email to

[Prev in Thread] Current Thread [Next in Thread]