Warning: session_start() headers already sent error - Driving me Nuts!

Posted on 16th Feb 2014 by admin

I am trying my sister in laws site and I keep getting an error with my coding. I am more of a designer than coder and I can't figure this out. It is on the following page:

http://faceandbodyportorange.com/contact-us.php

Here is my coding.. I call different PHP pages (header and left) so I didn't have to change on all pages, just once. Here is the coding for this page:

Code: [Select]<?php include 'header.php'; ?>
<?php include 'left.php'; ?>

<td align="left" valign="top">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td align="left" valign="top">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="265" align="left" valign="top"><img src="images/inner_main1.jpg" alt="Welcome to Face&amp;Body.com!" width="268" height="123" /></td>
<td align="left" valign="top"><img src="images/inner_main2.jpg" alt="Welcome to Face&amp;Body.com!" width="262" height="123" /></td>
</tr>
</table>
</td>
</tr>
<tr>
<td align="left" valign="top">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td align="left" valign="top">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td align="left" valign="top">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td>&nbsp;</td>
</tr>
<tr>
<td height="45" align="left" valign="top">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="8" align="left" valign="top"><img src="images/br_cor1.jpg" alt="cor" width="8" height="32" /></td>
<td align="right" valign="middle" bgcolor="#674007">
<table width="98%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td align="left" valign="middle" class="inner_txtheader">Contact Face & Body Healthy Aging</td>
</tr>
</table>
</td>
<td width="8" align="left" valign="top"><img src="images/br_cor2.jpg" alt="cor" width="8" height="32" /></td>
</tr>
</table>
</td>
</tr>
<tr>
<td align="left" valign="top">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td>&nbsp;</td>
</tr>
<tr>
<td align="left" valign="middle" class="txt_nor"><b>Face & Body Healthy Aging</b>
900 N. Swallowtail Drive, #105
Port Orange, FL 32129
(386) 788-8480 (Office)
(386) 679-5346 (Jen)
(386) 212-1386 (Tami)
(386) 589-7197 (Mariah)
</td>
</tr>
<tr>
<td><?php include 'html-contact-form.php'; ?></td>
</tr>
</table>
</td>
</tr>
</table>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td align="left" valign="top">&nbsp;</td>
</tr>
<?php include 'footer.php'; ?>


Anyone know this? I am about to lose my mind! I did read the READ FIRST thread at http://www.phpfreaks.com/forums/index.php/topic,37442.0.html, but I am not sure what it means by closing the code?! Remember, designed not programmer.. I am lucky I got this far

Other forums