now its all WORKING good at my local server. But when I uploaded the files to the server, it shows me this warning :
Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/content/b/k/e/bkeasler12115/html/login.php:1) in /home/content/b/k/e/bkeasler12115/html/login.php on line 2
You probably saved the files as utf8 with a byte order mark(BOM). Your code editor probably has an option to save it without the BOM. Or, you can choose a different encoding.
I have had that issue and no spaces were visible on line 1, I was given an html template that needed php. I spent quite a bit of time trying to figure it out and finally backspaced over the <?php and then re wrote it. Some how their editor put in some invisible char before the php tag.