
15/11/2012, 08:49
|
| | Fecha de Ingreso: noviembre-2005
Mensajes: 889
Antigüedad: 19 años, 4 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" />';
}
?> |