how to use conditional tags using DateInterval with hour for scale in PHP
for example i will add text "active" if at 21:00 until 23:00
<?php 
  $Hr = date('H:i'); 
  if($hr == 21:00 - 23:00) { 
    echo "active"; 
  }
  else { 
    echo "not active"; 
  } 
 
     
     
    