DT
This commit is contained in:
parent
eb7a700019
commit
12f68377d6
@ -16,7 +16,7 @@ while( $table = $db1->result->fetch_assoc())
|
||||
$columns = $db2->result->fetch_all();
|
||||
foreach($columns AS $key=>$s)
|
||||
{
|
||||
echo "column " . $s . "\n";
|
||||
echo "column " . $s[0] . "\n";
|
||||
if (array_search($string, $columns) !== false)
|
||||
{
|
||||
echo "column " . $s . " => " . "$key\n";
|
||||
|
Reference in New Issue
Block a user