//sunucu tarihin doğru olmalı 
if (date("d")<=25){
  echo 'A';
}else{
  echo 'B';
}