DT
This commit is contained in:
parent
6251a0444a
commit
794b9ab2ee
@ -8,6 +8,6 @@ $string = (isset($argv[3]))?$argv[3]:"";
|
|||||||
|
|
||||||
$db = new db ("nextcloud");
|
$db = new db ("nextcloud");
|
||||||
$db->query("SHOW tables FROM $database;");
|
$db->query("SHOW tables FROM $database;");
|
||||||
print_r($db);
|
print_r($db->result);
|
||||||
//$db->query("SHOW columns FROM $table");
|
//$db->query("SHOW columns FROM $table");
|
||||||
?>
|
?>
|
||||||
|
Reference in New Issue
Block a user