1
I have a login screen and would like to know how to position for example the message "invalid password" after an unsuccessful query (in PDO), within the form (html) login field or below the password field for example.
1 - Login (html) field<--(post return message "invalid password") (OPC1) 2 - Password field (html) 3- (position return message "invalid password") (OPC2)