voogru
02-08-2002, 12:30 PM
im having a problem trying to include global.php in my main page (non-vB)
heres what the top of header.php looks like for my main site:
<?
/*
Includes
*/
chdir("/home/voogru/public_html/forums");
require('global.php');
chdir("/home/voogru/public_html/");
?>
<title>voogru.com You IT Resource</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<LINK REL="StyleSheet" HREF="/style/style.css" TYPE="text/css">
<style>
.last10{ border: 1px #616889 solid; background-color: #ffffff; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #000000; text-decoration: none}
.pluhnews{ border: 1px #000000 solid; background-color: #F1F5F8; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #000000; text-decoration: none}
the two errors i get are:
Warning: Cannot add header information - headers already sent by (output started at /home/voogru/public_html/index.php:3) in /home/voogru/public_html/forums/admin/functions.php on line 1610
Warning: Cannot add header information - headers already sent by (output started at /home/voogru/public_html/index.php:3) in /home/voogru/public_html/forums/admin/functions.php on line 1610
i tried everything i can think of, im very new to php so i need help!
thanks :)
heres what the top of header.php looks like for my main site:
<?
/*
Includes
*/
chdir("/home/voogru/public_html/forums");
require('global.php');
chdir("/home/voogru/public_html/");
?>
<title>voogru.com You IT Resource</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<LINK REL="StyleSheet" HREF="/style/style.css" TYPE="text/css">
<style>
.last10{ border: 1px #616889 solid; background-color: #ffffff; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #000000; text-decoration: none}
.pluhnews{ border: 1px #000000 solid; background-color: #F1F5F8; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #000000; text-decoration: none}
the two errors i get are:
Warning: Cannot add header information - headers already sent by (output started at /home/voogru/public_html/index.php:3) in /home/voogru/public_html/forums/admin/functions.php on line 1610
Warning: Cannot add header information - headers already sent by (output started at /home/voogru/public_html/index.php:3) in /home/voogru/public_html/forums/admin/functions.php on line 1610
i tried everything i can think of, im very new to php so i need help!
thanks :)