I have currently commented everything but the following in log_in.php
PHP Code:
<?php
session_start();
header("Cache-Control: Private");
print_r(headers_list());
?>
It shows up as:
http://www.CFEGames.com/log_in.php
I'm starting to think, maybe it is a server thing or a folder property. I don't know if it will seem professional if I have to create a new file and call it signin.php or something like that. But whatever works, I guess I'll try it.
Zend analyzed the login.php and did find any errors, however when I use the zend browser, the errors poped up.