1
0
This commit is contained in:
Daniel Tartavel 2019-08-31 15:37:11 +02:00
parent f05f3fa8ea
commit f764659af7

View File

@ -7,17 +7,19 @@ require("config.inc.php");
require("log.php");
require("db.class.php");
$doldb = new db("dolibarr");
//$doldb->database = ;
$ncdb = new db("nextcloud");
//$ncdb->database = "nextcloud";
$doldb->query("SELECT login FROM llx_adherent");
function esp( $s )
{
$s = " $s ";
return $s;
}
var_print($doldb);
$doldb = new db("dolibarr");
//$doldb->database = ;
$ncdb = new db("nextcloud");
//$ncdb->database = "nextcloud";
$doldb->query("SELECT login FROM llx_adherent");
print_r($doldb);
?>