HTML Form Password value will not save to phpMyAdmin database, all the other fields are fine
I made a registration form that takes email, username, firstname, etc...Only Password will not store in the database upon submission. The field is declared correctly in the HTML file, password is set to varchar, all the other variables post but…