//DATABSE DETAILS//
$db_host = "localhost";
$db_name = "put_user_here";
$db_pswd = "put_password_here";
$db_login = "put_name_here";
mysqli_set_charset($conn, "utf8");
//SETTINGS//
//This code is something you set in the APP so random people cant use it.
$SQLKEY="secret";
i am also facing error 400 , i tried to tried to change password without special character but that is impossible , i created a password that contains a special character , now i am facing error 400
this image is for changing password