Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Back End Need help with login form Reply To: Need help with login form

#203075
cscodismith
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!?