View Single Post
Old Apr 19, 2007 | 12:05 PM
  #1  
tony's Avatar
tony
XBL: HotMilkGT // HAN H14
 
Joined: Sep 2002
Posts: 9,587
Likes: 0
Default question for Web Gurus

I'm working on the website for my company. and the website loads fine, but I get these lines that loads up on the top of the page. any idea why and how i can get rid of them?

Code:
Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at /home/.kala/monkeyth/magenta-inc.com/index_default.php:1) in /home/.kala/monkeyth/magenta-inc.com/include/pagemap.php on line 2

Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/.kala/monkeyth/magenta-inc.com/index_default.php:1) in /home/.kala/monkeyth/magenta-inc.com/include/pagemap.php on line 2
The only change i made before this came up was removing a Flash image, and replacing it with text.

Thanks

Last edited by e3NiNe; Apr 19, 2007 at 12:06 PM. Reason: added code tags
Reply