|
If I try:
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta name="Description" content="The most popular free banner exchange: drive targeted traffic to your site with our excellent ratio of 4:3!">
<meta name="Keywords" content="banner exchange,free traffic,traffic,banners,advertising,free advertising,reciprocal linking,free banner exchange,more visitors">
</head>
</html>
<?php
include('exchange/index.php');
?>
I get this error at the top of the page:
Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /home/bannerad/public_html/index.php:7) in /home/bannerad/public_html/exchange/index.php on line 2
How can I add the make the index of /exchange the index of the site and have meta tags?!
Thanks so much
Last edited by harveycarpenter : 02-23-2005 at 06:53 AM.
|