DT
This commit is contained in:
@@ -17,7 +17,7 @@ function esp( $s )
|
||||
$db1 = new db ("nextcloud");
|
||||
$db2 = new db ("nextcloud");
|
||||
$db1->query("SHOW tables FROM $database;");
|
||||
//print_r($db1->result);
|
||||
print_r($db1);
|
||||
while( $table = $db1->result->fetch_assoc())
|
||||
{
|
||||
echo "======================>" . $table['Tables_in_nextcloud'] ."\n";
|
||||
|
Reference in New Issue
Block a user