<?php $month_number = "08"; $month_year = "2016"; // the ternary aspect: $month_result = ($month_number === "09"); $year_result = ($month_year === "2017"); $str = ($month_result && $year_result)? "active":""; echo "<div class=\"item" . $str . "\"></div>";
You have javascript disabled. You will not be able to edit any code.