Topic: Nothing shows up when I insert the code.
Nothing shows up when I insert the Cutenews code. The page remains completely blank. What am I doing wrong? I can easily log in etc.
What have I done wrong?
I have inserted the code below:
<!DOCTYPE html>
<html>
<head>
<title>Laerke.Ninu</title>
<meta charset="utf-8" />
<meta name="description" content="Følg min vej" />
<link rel="stylesheet" type="text/css" href="index.css">
</head>
<body>
<center></br>
<div class="stor">
<img src="logo.png"></br></br>
<div class="menu">
<b>
<a href="index.html">Forside</a> •
<a href="blog.html">Bloggen</a> •
<a href="bagom.html">Bag om</a> •
<a href="kontakt.html">Kontakt</a></br>
</div>
</br>
</br>
<div class="indhold">
<?php
include("/var/www/ninu.dk/laerke/CuteNews/show_news.php");
?>
</div>
</div>
</center>
</body>
</html>
Thank you for your time!