prepare($sqlQuery);$recipesStatement->execute();$r">
您好,我希望能够显示 2022 年 1 月 25 日之后的用户的注册日期 但我的查询总是显示相同的日期
$sqlQuery = 'SELECT * FROM _users WHERE user_registered > "2022-01-25"'; $recipesStatement = $bdd->prepare($sqlQuery); $recipesStatement->execute(); $recipes = $recipesStatement->fetchAll(); // On affiche chaque date une à une foreach ($recipes as $recipe) { ?>