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