Hallo,
ich wollte per php include das Php-Gästebuch auf meiner page installieren was jedoch nicht ganz funktioniert.
<html>
<head>
<title>content</title>
<?php
include("gb/guestbook.php");
?>
<meta name="author" content="Thomas">
</head>
<body text="#3f4e65" background="Bilder/content.gif" link="#FF0000" alink="#FF0000" vlink="#FF0000">
<br>
</body>
</html>
ich wollte per php include das Php-Gästebuch auf meiner page installieren was jedoch nicht ganz funktioniert.
<html>
<head>
<title>content</title>
<?php
include("gb/guestbook.php");
?>
<meta name="author" content="Thomas">
</head>
<body text="#3f4e65" background="Bilder/content.gif" link="#FF0000" alink="#FF0000" vlink="#FF0000">
<br>
</body>
</html>
Zuletzt bearbeitet: