$ora_sito = intVal( date( 'H' ) );
if( 14 <= $ora_sito && $ora_sito <= 16 ) {
echo 'frase dalle 14 alle 16';
}