Home › Forums › Back End › Need help with login form › Reply To: Need help with login form
June 1, 2015 at 7:15 pm
#203075
Participant
I apologize but right now I am including my login.php file on every page so that it displays the login module to the left of the actual content that you can view live here. My login.php file currently consists of a div that just holds the form and ‘module’ of what is floating to the left of the content on the website. You can view the source code of my login.php here. Should I be creating a separate file to check for the username existing in the db already or should i be placing php tags under that file and doing it there!?