th3void
03-27-2002, 09:12 PM
OK, I'm kind of a newb when it comes to working with cookies, but I'm pretty sure this has something to do with trying to start a cookie... anyhow, I'm not sure what's generating this, but this is the basic error when I head off to /forum/admin/index.php
#!/usr/local/bin/php #!/usr/local/bin/php
Warning: Cannot add header information - headers already sent by (output started at /home/cust2/usr2233/html/forum/admin/config.php:2) in /home/cust2/usr2233/html/forum/admin/index.php on line 195
The #!/usr/local/bin/php is there because I have to have it in there for my server to recognize it as a PHP problem, it's at the top of every page I have. Any suggestions?
#!/usr/local/bin/php #!/usr/local/bin/php
Warning: Cannot add header information - headers already sent by (output started at /home/cust2/usr2233/html/forum/admin/config.php:2) in /home/cust2/usr2233/html/forum/admin/index.php on line 195
The #!/usr/local/bin/php is there because I have to have it in there for my server to recognize it as a PHP problem, it's at the top of every page I have. Any suggestions?