I triple checked my code and I don't have a clue where I went wrong. Mabye someone had a similar glitch? I am trying to use session_start() to start a session but everytime I use it anywhere it gives me an error? It says that the session has already been started and then it states that the line that the session started is on the same line that the I am using it is on!!! It even says this twice and there is not loop command! Please help!!! (I don't know why it would be referencing the same line that the session_start is on?!?! )
Try to include the session_start() as very first line of your project or it should be the first line of your index.php. I hope it will work fine for you.