Esto fue lo que se me ocurrió:
En el documento base.css hice esto
Código :
@import url('http://localhost:90/ciudad/revista/imagenes.php'); .header{ width:1000px; height:120px; background-color:#FFFFFF; border-bottom-style:solid; border-bottom-color:#000000; margin:0 0 10px 0; border-top-style: solid; border-right-style: solid; border-left-style: solid; }
luebo en el documento imagenes.php hice esto
Código :
<? echo " .header{ background-image: url(../".$header."); }"; ?>
pero no me funcionó.