Hi everyone,
I had some issue with my esp32 I'm tring to log-in to mysql through php file. I've used password_hash to hash the password in the database now trying to log-in using password_verify but it's not working out?!
When I try without hashing the password it works, can someone please help thanks.