DT
This commit is contained in:
parent
89b59aef39
commit
4227227415
@ -27,8 +27,8 @@ while( $table = $db1->result->fetch_assoc())
|
||||
{
|
||||
print_r($s[0]);
|
||||
echo EOL;
|
||||
echo "SELECT * FROM " . $table['Tables_in_nextcloud'] . " WHERE " . $s[0] . "='" . $string . "'\n";
|
||||
$db2->query("SELECT * FROM " . $table['Tables_in_nextcloud'] . " WHERE " . $s[0] . " LIKE '" . $string . "'");
|
||||
$query="SELECT * FROM " . $table['Tables_in_nextcloud'] . " WHERE " . $s[0] . " LIKE '" . $string . "'\n";
|
||||
$db2->query($query);
|
||||
if ( $db2->result->num_rows != 0 )
|
||||
{
|
||||
$tableau = $db2->result->fetch_all();
|
||||
|
Reference in New Issue
Block a user