Ver Mensaje Individual
  #8 (permalink)  
Antiguo 15/11/2012, 08:49
JUMASOL
 
Fecha de Ingreso: noviembre-2005
Mensajes: 889
Antigüedad: 18 años, 6 meses
Puntos: 8
Respuesta: Identificando sólo dominio

Sí, pero cómo lo encajo aquí?


<?php
$uri = $_SERVER['REQUEST_URI'];
if (strpos($uri,'lapalabra') !== false ) {
echo '<link href="/css/archivo.css" rel="stylesheet" type="text/css" />';
}
?>