<?php
  require_once( "Cabeza5.inc" );
  ?>  
    <body>
      <p class="SubTitleFont">
        Insertar datos con una forma
      </p>
      <form action="MySQLInsert.php" method="post" >
        <p class="LargeTextFont" >
          Texto para agregar:&nbsp;
          <input type="text" name="TestField" size="30" maxlength="50" />
        </p>
        <p>
          <input type="submit" name="submit" value="Enviar" />
        </p>
      </form>
      <?php
        require_once( "incPie5.php" );
      ?>