接続変数$con
がありません
$query=mysqli_prepare($con,"select user_id from users where user_name= ? and
password= ? ");
これも変更してください
$query->bind_Param("ss", $unsafe_username, $unsafe_password);
^^^
接続変数$con
がありません
$query=mysqli_prepare($con,"select user_id from users where user_name= ? and
password= ? ");
これも変更してください
$query->bind_Param("ss", $unsafe_username, $unsafe_password);
^^^