Login   Register  
PHP Classes
elePHPant
Icontem

File: dropfield.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  >  dropfield.php  >  Download  
File: dropfield.php
Role: Application script
Content type: text/plain
Description: dropfield.php
Class: dbFile
file based web database and Administrator
Author: By
Last change:
Date: 2004-04-19 04:36
Size: 750 bytes
 

Contents

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

<html>
<head>
    <title>Drop field <?php print("$Field"); ?></title>
            <link rel="stylesheet" href="settings.css" type="text/css">
</head>

<body>
<center>
Drop field <font color=#FF0000><?php print("$Field"); ?></font> in table <font color=#FF0000><?php print("$TABLE"); ?></font> in database <font color=#FF0000><?php print("$DB"); ?></font>
<form name=form1 action=dropfield2.php method=post>
<input type=hidden name=DB value="<?php print("$DB"); ?>">
<input type=hidden name=TABLE value="<?php print("$TABLE"); ?>">
Field name : <input type=text name=Field value="<?php print("$Field"); ?>">
<input type=submit value="DROP">
</form>
</center>


</body>
</html>