Anonymous
public text v1 · immutable include_once 'umil.php';
$umil = new umil(true,$db);
if ($umil->table_column_exists('phpbb_test', 'test_id'))
{
print "table exists";
}
include_once 'umil.php';
$umil = new umil(true,$db);
if ($umil->table_column_exists('phpbb_test', 'test_id'))
{
print "table exists";
}