jessnoonyes Posted December 7, 2007 Share Posted December 7, 2007 Hi all! I appreciate your help. I've installed Pheap, an ultra simple CMS, onto my server and I seem to have everything set up properly. I'm a total newbie when it comes to PHP so I don't totally understand what's going on but it seems fairly straightforward how to use it. Basically it inserts php document hooks into your html code that enable you to later update the text without programming experience. You tell it the html page you're inserting a hook onto, it opens the code, you insert the hook in the location of your text, remove the text from the code and place it in a separate box, and it's supposed to just.....I guess route that text into the location of the hook. Then you can go in later and just open the text and make changes. However when I insert the hook and remove the text, the text is just removed from my page and nothing shows up there. I have no idea why and I don't know what else to do to fix it. This is the php hook code: <?php //BKCMS_BeginHook3 include('/pheap/docs/3.php'); //BKCMS_EndHook3 ?> Anyone have any ideas? Thanks! Quote Link to comment https://forums.phpfreaks.com/topic/80692-pheap-cms-anyone-familiar-with-it-document-hook-isnt-working/ Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.