DT
This commit is contained in:
parent
9968977c91
commit
15aab747cc
@ -25,7 +25,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)
|
||||||
{
|
{
|
||||||
print_r($s);
|
//print_r($s);
|
||||||
|
|
||||||
echo EOL;
|
echo EOL;
|
||||||
if ( $s[0] == 'email') echo "################################################";
|
if ( $s[0] == 'email') echo "################################################";
|
||||||
|
Reference in New Issue
Block a user