Page 1 of 1

connection header.php

Posted: Sun Aug 23, 2015 2:33 am
by terrenuit
Hi,
I create a site with a header.php,
the problem is I can see the header, but the text index.php cannot display,
help me please !

header.php
<table width="1000" border="0" cellspacing="0" cellpadding="0" align="center" >
<tr>
<td><img src="images/fond.jpg" width="1000" height="150" alt=" France" /></td>
</tr>
<tr>
<td>
</td>
</tr>
<tr>
<td><img src="images/naviga.jpg" width="1000" height="53" alt="randonne" /></td>
</tr>
</table>

index.php
index.php
<body>
<?php require_once("header.php") ?>
<div class="corp">
<table width="1000" border="0" cellspacing="0" cellpadding="0" align="center">
<tr>
<td> <div id="apDiv1">
Rocky Mountain ATV/MC offers special dealer discounts. Qualified dealers can enjoy the low cost, quality products that Rocky Mountain ATV/MC sells. With different levels, Rocky Mountain ATV/MC is offering this discount to jobbers as well as retail establishments. Some brands are excluded, including but not limited to the following:
</div>
</td>
</tr>
</table>
</div>
</body>

Re: connection header.php

Posted: Sun Aug 23, 2015 4:24 am
by terrenuit
I have solved my problem