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

#203409
cscodismith
Participant

UPDATE:

I have created a password_verify function that works for the most part (All code is updated on the github page. The only problem that is ocucuring now is when the user is redirected to

header("Location: index.php")

It is supposed to show
Welcome, Username here
Logout

but it only shows the registration/login hyper links that are placed in the

} else {

statement.

All source code of the project is updated and can be viewed here.