PHP Classes

File: index.php

Recommend this page to a friend!
  Classes of Lucas Figueiredo   PHP PostgreSQL Get Column Details By Names   index.php   Download  
File: index.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: PHP PostgreSQL Get Column Details By Names
Find a PostgreSQL database table column by name
Author: By
Last change:
Date: 1 year ago
Size: 459 bytes
 

Contents

Class file image Download
<html>
<head>
<title>
Mapeamento banco
</title>
<style>
body{
    font-family: "Verdana","Helvetica",sans-serif;
    font-size: 0.7em;
}
</style>
</head>
<body>
<form action="mapping/tables/direciona.php" method="get" target="frameMapeamento">
    Nome da Coluna: <input type="text" name="coluna">
    <input type="submit" value="pesquisar">
</form>
<iframe id="frameMapeamento" name="frameMapeamento" width="960" height="600" frameborder="0"></iframe>
</body>
</html>