I keep getting this error:
Warning: Cannot modify header information - headers already sent by (output started at /home/round/public_html/project/checkout.php:318) in /home/round/public_html/project/checkout.php on line 929
This is where it is saying it is causing the error:
echo("<html>
<head>
<title>XYZ Checkout</title>
</head>
<body>");
include('header.php');
display_checkout_cart($_SESSION['cart'], false, 0);
echo("
<br><br><br>
<table>
<tr>
<td width='25'></td>
Do you see anything wrong here?
This used to work fine. I haven't touched or changed anything and now I keep getting this error. However, we did move to a new server. Would it have something to do with the version of PHP installed on the server? It is version 4.3.4
Thanks