Login   Register  
PHP Classes
elePHPant
Icontem

File: addtable.php

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Marius  >  dbFile  >  addtable.php  >  Download  
File: addtable.php
Role: Application script
Content type: text/plain
Description: addtable.php
Class: dbFile
file based web database and Administrator
Author: By
Last change:
Date: 2004-04-19 04:30
Size: 632 bytes
 

Contents

Class file image Download
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">

<html>
<head>
    <title>Add new table to database <?php print("$DB"); ?></title>
        <link rel="stylesheet" href="settings.css" type="text/css">
</head>

<body>
<center>
Add new table to database <font color=#FF0000><?php print("$DB"); ?></font><br><br>
<form name=form1 action=addtable2.php method=post>
<input type=hidden name=DB value="<?php print("$DB"); ?>">


<TABLE>
  
  <TR>
    <TD>Table name : </TD>
    <TD><INPUT name=Tablename></TD>
    <TD><INPUT type=submit value="Add table"></TD></TR></TABLE></form>
</center>


</body>
</html>