$flag = (
!isset($_GET['month']) ||
$_GET['month'] == date("n") ||
(isset($_GET['year']) && $_GET['year'] == date("Y"))
) ? 0 : 1;
ciao
$flag = (
!isset($_GET['month']) ||
$_GET['month'] == date("n") ||
(isset($_GET['year']) && $_GET['year'] == date("Y"))
) ? 0 : 1;
ciao