Jump to content

Recommended Posts

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!

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.