define('IN_GUESTBOOK', true); include "config.php"; // There is a default in the config.php // Over Ride it here if you want // $stylesheet = "blue.css"; //Stylesheet Link print( "" ); // $commentname is the name displayed throught this page // and is used on the submit button $commentname = "PHP GuestBook"; //dfilename is what the table is called in the database //change it to say parable to use the guestbook //like I did here https://www.web-ministry.com/religious/parables/mustardseed/ $dfilename="guestbook"; if (isset ($HTTP_GET_VARS[counter]) ) { $counter = $HTTP_GET_VARS[counter] ; } ?>
|
|
|---|
|
comments_threads($dfilename);
?>
|
| //require("comment.php"); ?> |