Login   Register  
PHP Classes
elePHPant
Icontem

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

Contents

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

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

<body>
<br><br><br><br>
<center>
<?php
include("common.inc");
$dbf->select_db($DB);

$dbf->rename_table($DB,$TABLE,$Tablename);

print(
"New name for table succesfully saved!");
?>
</center>


</body>
</html>