I created a little DIV in HTML which gets filled by a main_login.php main_login.php loads the homepage with member content on the side if there is a session started If there is no session started, the main_login.php file loads the homepage with loginfields.html on the side
- main_login.php: http://pastebin.com/vkhccGSB
- loginfields.html: http://pastebin.com/fDJjTjsf
Now whenever loginfields.html is loaded, the button on that page doesnt execute whenever I press it. When I open the localhost/loginfields.html it works like a charm.
What is preventing the login_check.php to load?