First thank you again for all the help. I noticed the missing remember post but wasn’t sure how to handle it since there is no function for that on the index…? That said, now I’ve run into a different problem; when I access the login.php page, I get:
Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at /home/content/53/8957353/html/login.php:2) in /home/content/53/8957353/html/login.php on line 3
Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/content/53/8957353/html/login.php:2) in /home/content/53/8957353/html/login.php on line 3
So the logical fix is to remove the session start variable at the beginning of the code and sure enough, the page loaded cleanly. Then, I tried to sign in and have the site remember me, the fields cleared but that was all. Looking back over the code, I still can’t see the problem…