DT
This commit is contained in:
parent
edace4be7e
commit
7943ee04af
@ -12,8 +12,9 @@ $db1->query("SHOW tables FROM $database;");
|
||||
print_r($db1->result);
|
||||
while( $table = $db1->result->fetch_assoc())
|
||||
{
|
||||
$db2->query("SHOW columns FROM $table");
|
||||
$columns = $db2->result->fetch_assoc();
|
||||
echo $table;
|
||||
//$db2->query("SHOW columns FROM $table");
|
||||
//$columns = $db2->result->fetch_assoc();
|
||||
print_r($columns);
|
||||
}
|
||||
?>
|
||||
|
Reference in New Issue
Block a user