DT
This commit is contained in:
parent
34ad00742a
commit
44278360b9
@ -15,4 +15,5 @@ while( $table = $db1->result->fetch_assoc())
|
||||
$db2->query("SHOW columns FROM $table");
|
||||
$columns = $db2->result->fetch_assoc();
|
||||
print_r($columns);
|
||||
}
|
||||
?>
|
||||
|
Reference in New Issue
Block a user