Ver Mensaje Individual
  #11 (permalink)  
Antiguo 21/02/2011, 21:24
xXeltommyXx
 
Fecha de Ingreso: diciembre-2010
Mensajes: 28
Antigüedad: 13 años, 4 meses
Puntos: 1
Respuesta: ayuda,echos php

Código PHP:
Ver original
  1. <?php
  2. $style = "azul.css";
  3. ?>
  4. echo "<html>";
  5. echo "<head>";
  6. echo "<link href=\"<?php echo $style; ?>; \" rel=\"stylesheet\" type=\"text/css\">;
  7. echo "<title></title>";
  8. echo "</head>";
  9. echo "<body></body>";
  10. echo "</html>";
  11. ?>