Warning: session_start() headers already sent error - Driving me Nuts!
Posted on
16th Feb 2014 07:03 pm 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&Body.com!" width="268" height="123" /></td>
<td align="left" valign="top"><img src="images/inner_main2.jpg" alt="Welcome to Face&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> </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> </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"> </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
No comments posted yet
Your Answer:
Login to answer
254
19
Other forums
Encrypt php code?
Is it possible to encrypt php code in files,
so that it displays a load of unreadable characters
Help with email validation please...
Hi,
Please could you help.
I have a register.php login page where users register, the detail
Reading Most Recent CSV File in Directory
I thought I had wrapped this project up, but found out that the program I use to FTP a csv file to m
MYSQL gen help
This is my Mysql gen. can anyone tell me why this echos
MID(networkset.networkid, 3, 3) AS &q
first few characters only
hi, does anyone know how to use PHP to take the first few words of a text and limit them? i have see
pop3 and fsockopen
So I am able to connect to the pop3 server, log in, and check how many messages there are. I am hav
Variable passed to each() is not an array or object
Hi,
This is a email a friend type of form, and it isn't working anymore.
<?
Querying info from one table based on info in another
Hi, I am currently trying to make a part for my user driven website where one user can subscribe to
SHOW TABLES Help
Hi all
I have the following
Code: [Select]<?php
$sql = "SHOW TABLES&quo
Array question
Does anyone know how to create a program that takes the $ amount for 8 different departments and gi