<?php
  require_once( "Cabeza5.inc" );
?>  
  <body>
    <form action = "EscribeDatos.php" method = "post" >
      <p class="LargeTextFont">
        Nombre: <br />
        <input type="text" name="Usuario" maxlength="75" />
      </p>
      <p class="LargeTextFont">
        Dirección: <br />
        <textarea name = "Dirección" rows="5" cols="40" disabled="disabled"></textarea>
      </p>
      <p class="LargeTextFont">
        <input type = "submit" value = "Pone Entrada!" />
        <input type = "reset" value = "Reset" />
      </p>
    </form>
    <p class="LargeTextFont">
      Se usa esta forma con el archivo EscribeDatos.php para mostrar
      los resultados
    <br />
      ¡Debemos examinar EscribeDatos.php!
    </p>
    <?php
      require_once( "incPie5.php" );
    ?>