i get this error now. I get that when i log in.
PHP Code:
Warning: session_register() [function.session-register]: Cannot send session cache limiter - headers already sent (output started at C:\xampp\htdocs\header.php:12) in C:\xampp\htdocs\login.php on line 27
Warning: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\header.php:12) in C:\xampp\htdocs\login.php on line 29
line 27 28 and 29 is
PHP Code:
session_register("username");
session_register("password");
header("location:system.php");
__________________