User Authentification - cannot send session cookie header... etc.
I am quite new at creating dynamic sites especially using php. After following many tutorials however, I have been able to connect to a database using Xampp and phpMyadmin with everthing works as it should. I have now created a template and can still access the database, display tabled information in various way without a problem until I try to Log in User. As soon as I do, I get the following error:
Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent in C:\Program Files\xampp\htdocs\FM.........ry\TestLogin.php on line 0
Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at C:\Program Files\xampp\htdocs\FM..........ry\TestLogin.php:0) in C:\Program Files\xampp\htdocs\FMRPNewTry\TestLogin.php on line 0
I have no idea what to do. The procedure of seeting up a login page seems very straight forward and I actually had it working while following a tutorial. I can't think of anything I've done differently in my own page/site other than using a template which is pretty basic.
Can anyone help?