Forums

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

Home Forums Back End Try out my first PHP web app! Reply To: Try out my first PHP web app!

#182195
chrisburton
Participant
$query = "SELECT password FROM users WHERE username = :username";

The bind should happen on $username if I’m not mistaken.

But where is $pass coming from