1
0
This commit is contained in:
Daniel Tartavel 2019-09-01 22:24:59 +02:00
parent 8fd480ebf5
commit eb7a700019

View File

@ -16,6 +16,7 @@ while( $table = $db1->result->fetch_assoc())
$columns = $db2->result->fetch_all();
foreach($columns AS $key=>$s)
{
echo "column " . $s . "\n";
if (array_search($string, $columns) !== false)
{
echo "column " . $s . " => " . "$key\n";