welcome
click here to private page
Warning: Cannot modify header information - headers already sent by (output started at C:\AppServ\www\phptest\cookielogin\login.php:4) in C:\AppServ\www\phptest\cookielogin\login.php on line 9
Warning: Cannot modify header information - headers already sent by (output started at C:\AppServ\www\phptest\cookielogin\login.php:4) in C:\AppServ\www\phptest\cookielogin\login.php on line 10
อันนี้เป็น private.php กับ logout.php
Code (PHP)
<?php
if ($u=="root" && $p=="1234")
{
print ("welcome to private page<br>");
print ("<a href='logout.php'>logout</a>");
}
else
{
print ("Can't open this page<br>");
print ("Please <a herf='login.html'>login</a>");
}
?>
Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at C:\AppServ\www\phptest\cookielogin\login.php:1) in C:\AppServ\www\phptest\cookielogin\login.php on line 3
Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at C:\AppServ\www\phptest\cookielogin\login.php:1) in C:\AppServ\www\phptest\cookielogin\login.php on line 3
welcome
click here to private page
Warning: Cannot modify header information - headers already sent by (output started at C:\AppServ\www\phptest\cookielogin\login.php:1) in C:\AppServ\www\phptest\cookielogin\login.php on line 13
Warning: Cannot modify header information - headers already sent by (output started at C:\AppServ\www\phptest\cookielogin\login.php:1) in C:\AppServ\www\phptest\cookielogin\login.php on line 14