You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$stmtControll = $dbh->getInstance()->prepare("SELECT users.IdUser, reviews.IdReview FROM `reviews` inner join users on users.IdUser=reviews.IdUser WHERE reviews.IdReview=:IdReview");