quarta-feira, novembro 23, 2016

TPI - Conexão PHP com MYSQL - Aula 10

Na aula 10 temos o arquivo de formulario:



cadprofessorcomponentecurricular.html
============================

<!DOCTYPE HTML5>
<html>
    <meta charset="UTF-8"/>

    <style type="text/css">
<!--
body {
background-image: url(p3.jpg);
}
body,td,th {
font-size: 25px;
}
-->
</style><head>
<title>Cadastro</title>
</head>

<body>
<form action="cadprofessorcomponentecurricular.php" name="form_cadprofessorcomponentecurricular" method="post" >
 <div align="center">
   <p>&nbsp;</p>
   <p>Dados Cadastrais dos Professores</p>
   <p>por Componente Curricular</p>
   <table width="742" border="1">
     <tr>
       <td width="234">Código do Professor</td>
       <td width="35"><input name="txt_codigo" type="text" id="txt_codigo" size="5"></td>
       <td width="402"><div align="right">Código do Componente Curricular</div></td>
       <td width="43"><input name="txt_nomecurso" type="text" id="txt_nomecurso" size="5"></td>
          </tr>
     <tr>
       <td colspan="3"><input type="submit" name="btn_salvar" id="btn_salvar" value="Salvar"></td>
       <td><a href="index.html">voltar</a></td>
          </tr>
        </table>
      </div>
    </form>
    
</body>
</html>

Nenhum comentário:

Postar um comentário