Ver Mensaje Individual
  #7 (permalink)  
Antiguo 09/11/2005, 18:20
_br1_
 
Fecha de Ingreso: enero-2003
Mensajes: 45
Antigüedad: 22 años, 3 meses
Puntos: 0
a ver...

Algo asi te puede servir, para darte una idea (si es que entendi)

Código PHP:
<%
Dim hora
hora 
Hour(Time())
If 
hora and hora 13 then
Response
.Write ("<B>Este es el PROGRAMA DE LA MAÑANA</B>")
ElseIf 
hora 12 and hora 20 then
Response
.Write ("<B>Este es el PROGRAMA DE LA TARDE</B>")
ElseIf 
hora 19 and hora 24 then
Response
.Write ("<B>Este es el PROGRAMA DE LA NOCHE</B>")
ElseIf 
hora >= and hora 7 then
Response
.Write ("<B>Este es el PROGRAMA DE LA MADRUGADA</B>")
End If
%> 
Si lo interprete bien, esto te puede servir para arrancar

Saludos
_br1_