Error on my server.

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
Random
Forum Commoner
Posts: 30
Joined: Wed Mar 12, 2003 5:38 pm

Error on my server.

Post by Random »

Warning: Cannot send session cache limiter - headers already sent (output started at c:\root\index2.php:2) in c:\root\index2.php on line 3
is what comes up. I have never had this problem before on my old host, but now that I made my own server and host it from my comp, this has started happening. If you need to see the coding just post. The website is http://www.fuzzopets.tk just use guest/guest as login like it says and follow the link, then on index2.php it will say it at the top.
Random
Forum Commoner
Posts: 30
Joined: Wed Mar 12, 2003 5:38 pm

Post by Random »

alright scratch that, I had it like this:

<title>Welcome to Fuzzopets</title>
<? session_start(); ?>

where it should have been

<? session start(); ?>
<title></title>

:) thanks anyways guys
Post Reply