$thisPage = "Gästbok"; ?>
include '../inc/guestbook.logic.php' ?>
include '../inc/top.php'; ?>
include '../inc/header.php'; ?>

while($entry = mysql_fetch_array($result)) { ?>
=date('j M, Y', strtotime($entry['date_added']))?>
echo nl2br($entry['entry']); ?>
} ?>
|
|