PHP Classes

File: usuario_inc0.php

Recommend this page to a friend!
  Classes of Helio Barbosa   PHP Code Generator for MySQL Open Source   usuario_inc0.php   Download  
File: usuario_inc0.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: PHP Code Generator for MySQL Open Source
Generate classes to access database from dump file
Author: By
Last change:
Date: 5 years ago
Size: 635 bytes
 

Contents

Class file image Download
<html>
<body>
<form action="usuario_inc.php" >
<table>
    <tr>
        <td style="vertical-align: top; text-align: right;">Nome</td>
        <td style="vertical-align: top;"><input name="nameId" ></td>
    </tr>
    <tr>
        <td style="vertical-align: top; text-align: right;">Senha</td>
        <td style="vertical-align: top;"><input type="password" name="senhaId" ></td>
    </tr>
    <tr>
      <td style="vertical-align: top; text-align: center;">
      </td>
      <td style="vertical-align: top; text-align: center;">
        <input type="submit" value="Submit">
      </td>
    </tr>
</table>
</form>
</body>
</html>