Kan du ikke vise os hele den kode hvor din include står i?
Og til Kasper Lund: Jeg tror at du har opfattet spørgsnålet forkert. Det er ikke archive.txt der skal hentes men xNews/xNews.php?act=archive
[Redigeret d. 03/05-03 12:59:32 af Jesper Kristensen]
Her er hoved siden:
<html>
<head>
<title>SommerSite</title>
<style>
A{text-decoration:none}
</style>
<link rel="STYLESHEET" type="text/css" href=design5.css">
<style type="text/css">
</style>
</head>
<body bgcolor="#9EB2BD">
<table width="760" align="center" cellpadding="0" cellspacing="0" border="1" height="100" bordercolor="#8F8F8F">
<tr>
<td width="100" height="100" background="images/top.gif" ><div align="center"> <font size="1"> </font></div></td>
</tr>
</table>
<table width="760" cellpadding="0" cellspacing="0" border="0" align="center" height="400">
<tr>
<td bgcolor="#8f8f8f" width="1" height="529"><font size="1"><img src="../dhh%20v.%202/1.gif" alt width="1" height="1" border="0"></font></td>
<td bgcolor="#F0F0F0" width="128" valign="top" height="529">
<p align="center"><font size="1"> <?php include ('inc/leftmenu.php'); ?><br><br></font></td>
<td bgcolor="#AAAAAA" width="1" height="529"><font size="1"><img src="../dhh%20v.%202/1.gif" alt width="1" height="1" border="0"></font></td>
<td valign="top" width="500" bgcolor="#ffffff" height="529">
<table width="100%" cellpadding="10" cellspacing="0">
<tr>
<td width="100%" height="89" align="center" valign="top">
<p align="left"><font size="1">[b]<?php
include('inc/arkiv.php')
?>[/b]</font></p>
</td>
</tr>
</table>
</td>
<td bgcolor="#AAAAAA" width="1" height="529"><font size="1"><img src="/img/s.gif" alt width="1" height="1" border="0"></font></td>
<td width="128" valign="top" bgcolor="#F0F0F0" align="center" height="529">
<p align="left"><font size="1"><?php include ('inc/rightmenu.php'); ?></font></td>
<td bgcolor="#8f8f8f" width="1" height="529">
<p align="center"><font size="1"><img src="/img/s.gif" alt width="1" height="1" border="0"></font></td>
</tr>
</table>
<table align="center" cellpadding="0" cellspacing="0" width="760">
<tr>
<td width="1204" align="center" valign="middle"> <p align="center"><font size="1"><?php include ('inc/bottom.php'); ?></font></td>
</tr>
</table>
</body>
</html>
Og selv filen som den står i ser sådan her ud:
<html>
<head>
<title>No title</title>
<meta name="generator" content="Namo WebEditor v5.0">
</head>
<body bgcolor="white" text="black" link="blue" vlink="purple" alink="red">
<p><?include("/xNews/xNews.php?act=archive");
?></p>
</body>
</html>