Ver Mensaje Individual
  #2 (permalink)  
Antiguo 10/04/2014, 23:57
Avatar de MaNuX0218
MaNuX0218
 
Fecha de Ingreso: marzo-2014
Mensajes: 787
Antigüedad: 10 años, 1 mes
Puntos: 67
Respuesta: imprimir en php anters del <html>

Ahora devería ser así con la etiqueta de comienzo <?php

Código PHP:
Ver original
  1. <?php
  2. echo "hola";
  3. ?>
  4.  
  5. <!DOCTYPE html>
  6. <html>
  7. <head>
  8. <meta http-equiv="content-type" content="text/html;charset=utf-8" />
  9. <meta name="author" content="www.frebsite.nl" />
  10. <meta name="viewport" content="width=device-width initial-scale=1.0 maximum-scale=1.0 user-scalable=yes" />
  11. <meta name="robots" content="noindex, nofollow" />
  12. <meta charset="utf-8">
  13. <meta http-equiv="cache-control" content="no-cache">
  14. <meta http-equiv="expires" content="Mon, 22 Jul 2002 11:12:01 GMT">
  15. <meta http-equiv="pragma" content="no-cache">