embalmedlenin
01-10-2004, 06:14 PM
can someone tell me where i mess up this code. because i cant find it.
<html>
<head>
<title>Hello php world</title>
</head>
<body>
<div class="header">
<?php include("header.php"); ?>
</div>
<div class="menu">
<?php include("menubar.php)"; ?>
</div>
div class="content">
<?php include("content.php"); ?>
</div>
div class="footer">
<?php include("footer.php"); ?>
</div>
</body>
</html>
<html>
<head>
<title>Hello php world</title>
</head>
<body>
<div class="header">
<?php include("header.php"); ?>
</div>
<div class="menu">
<?php include("menubar.php)"; ?>
</div>
div class="content">
<?php include("content.php"); ?>
</div>
div class="footer">
<?php include("footer.php"); ?>
</div>
</body>
</html>