I\'m using PHP 4.3.9, Apache/2.0.52
I\'m trying to get a login system working that registers DB values in a session where they\'re available once lo
I was having a similar problem when I discovered this:
http://www.w3schools.com/php/php_sessions.asp
You HAVE TO put the session_start(); before ANY html tags