linda gutherie wrote:Hello,
I have successfully installed the guestbook, www.newcityfellowship.com/guestbook1
but as it is for my church, I need to change the greeting that says "thank you for stopping by my site". I cannot find the html page to edit. When I "view source" I see the html, but on my server all the index php shows is
<?php
$include_path = dirname(__FILE__);
require_once $include_path."/admin/config.inc.php";
require_once $include_path."/lib/$DB_CLASS";
require_once $include_path."/lib/vars.class.php";
require_once $include_path."/lib/template.class.php";
require_once $include_path."/lib/gb.class.php";
$gb = new guestbook($include_path);
$entry = (isset($HTTP_GET_VARS["entry"])) ? $HTTP_GET_VARS["entry"] : 0;
$entry = (isset($HTTP_POST_VARS["entry"])) ? $HTTP_POST_VARS["entry"] : $entry;
echo $gb->show_entries($entry);
?>
Can someone advise me?
Thank you,
Linda