Hi
Could you please help me with this problem? I have tried everything they said to do on the internet but it still doesn't work.
Warning: Cannot modify header information - headers already sent by (output started at /home/lgpro01/public_html/index.php:14) in /home/lgpro01/public_html/index.php on line 147
Thanks
I tried to turn the HTML code in to a PHP string but it still says:
Warning: Cannot modify header information - headers already sent by (output started at /home/lgpro01/public_html/index.php:14) in /home/lgpro01/public_html/index.php on line 147
<?php include('config.php');
Print "
<head>
<meta http-equiv='content-type' content='text/html; charset=utf-8' />
<title>" . $PageTitle . "
</title>
<link href='default.css' rel='stylesheet' type='text/css' media='screen' />
</head>
<body>
<!-- start header -->
<div id='header'>
<div id='logo'>
<h1><a href='
"; <-- that is line 14
Print $TopH1Link . "'>";
Print $TopH1; ?>
Could you please help me with this problem? I have tried everything they said to do on the internet but it still doesn't work.
Warning: Cannot modify header information - headers already sent by (output started at /home/lgpro01/public_html/index.php:14) in /home/lgpro01/public_html/index.php on line 147
Thanks
I tried to turn the HTML code in to a PHP string but it still says:
Warning: Cannot modify header information - headers already sent by (output started at /home/lgpro01/public_html/index.php:14) in /home/lgpro01/public_html/index.php on line 147
<?php include('config.php');
Print "
<head>
<meta http-equiv='content-type' content='text/html; charset=utf-8' />
<title>" . $PageTitle . "
</title>
<link href='default.css' rel='stylesheet' type='text/css' media='screen' />
</head>
<body>
<!-- start header -->
<div id='header'>
<div id='logo'>
<h1><a href='
"; <-- that is line 14
Print $TopH1Link . "'>";
Print $TopH1; ?>
Last edited: