Hi everybody!
I wrote a page for login called login.php :
"<?php
session_start();
?>
<html>
<head>
<title>Welcome!</title>
..."
But there are two warnings like this :
"Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at C:\ in C:\ on line 2
Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at C:\ in C:\ on line 2"
What was happened to me ?
Please help me ! Thanks !
I wrote a page for login called login.php :
"<?php
session_start();
?>
<html>
<head>
<title>Welcome!</title>
..."
But there are two warnings like this :
"Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at C:\ in C:\ on line 2
Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at C:\ in C:\ on line 2"
What was happened to me ?
Please help me ! Thanks !