Ver Mensaje Individual
  #2 (permalink)  
Antiguo 24/02/2009, 11:49
lauchalp95
 
Fecha de Ingreso: julio-2006
Mensajes: 254
Antigüedad: 17 años, 10 meses
Puntos: 0
Respuesta: mensaje de informacion

Código PHP:
Ver original
  1. <?
  2. //Consultar noticias
  3. (if($noticias > 0)
  4. {
  5. echo " NOTICIAS";
  6. }
  7. else
  8. {
  9. echo " No hay noticias ";
  10. }
  11. }
  12. ?>