1
0
Fork 0
This commit is contained in:
Daniel Tartavel 2019-09-01 22:58:46 +02:00
parent ca8bdcb4b1
commit bf22c300f3
1 changed files with 1 additions and 0 deletions

View File

@ -16,6 +16,7 @@ while( $table = $db1->result->fetch_assoc())
$columns = $db2->result->fetch_all();
foreach($columns AS $key=>$s)
{
print_r($s[0]);
$db2->query("SELECT * FROM " . $s[0]);
$tableau = $db2->result->fetch_all();
echo "column " . $s[0] . "\n";