Changeset 11 for administrace/george/optimalize.php
- Timestamp:
- Aug 11, 2007, 12:04:22 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
administrace/george/optimalize.php
r5 r11 1 1 <?php 2 2 include_once('db.php'); 3 include_once('../../config.php'); 3 4 4 5 function OptimalizeDb($Database, $Op) 5 6 { 7 global $DatabaseHost, $DatabaseUser, $DatabasePassword; 6 8 echo('Databáze '.$Database.'...<br><table>'); 7 DB_Init( 'localhost', 'root', 'gurubashi', $Database);9 DB_Init($DatabaseHost, $DatabaseUser, $DatabasePassword, $Database); 8 10 DB_Query('SHOW TABLES'); 9 11 while($Table = DB_Row())
Note:
See TracChangeset
for help on using the changeset viewer.