Hi,
I am updating my website and I encounter some problems with the output.
This is the code for
<?php include('template/header.php');?>
<?php include('Connections/sql_db.php');?>
<?php include('template/top_menu.php');?>
<!-- Tabel openen -->
<table cellpadding="0" cellspacing="10" align="center" valign="top" border="1">
<tr>
<!-- Eerste Kolom -->
<td valign="top" style="width:175px;">
<?php include("template/left_menu.php");?>
</td>
<!-- Middelste kolom -->
<td valign="top" style="width:500px;">
<?php include('mainsite/f_news.php');?>
</td>
<!-- Laatste kolom-->
<td valign="top" style="width:175px;" >
<?php include('template/right_menu.php');?>
</td>
<!-- Gehele tabel afsluiten -->
</table>
<?php require_once('template/footer.php');?> <?php include('template/header.php');?>
I get tis strange output in the source code :
</head>
<body>
HERE STANDS THE ASCII VALUE<table align="center" style="width:890px;heigth:75px" border="0" cellpadding="0" cellspacing="0">
<tr>
See the source code on this page :
http://www.uber-clan.be/update/index2.php
Is this generated by php ?