phpgroupware-users
[Top][All Lists]
Advanced

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

[Phpgroupware-users] sitemgr -> manage pages


From: mjc
Subject: [Phpgroupware-users] sitemgr -> manage pages
Date: Fri, 30 May 2003 11:38:00 -0600
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.2.1) Gecko/20030225

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





reply via email to

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