The business information content industry is defined broadly as suppliers of paid-for (by users or advertisers) proprietary information to businesses or about businesses. This section contains information about B2B information content industry in terms of industry definitions, market size, performance and structure. BIIA is in the process of creating an Industry Library containing published documentation regarding industry terms, products and services, standards and best demonstrated practices.

BIIA Industry Library

BIIA invites industry members and experts to contribute published material for the BIIA Industry Library

BIIA intends to build over time a comprehensive Industry Library containing published documentation, reports, articles, press clippings and presentations relevant to the value of information services and the use of information in business processes and decision making. Visitors to this section of our Website are advised that the BIIA Industry Library is under development and currently contains limited content

BIIA is not responsible for the use which might be made of the information contained in the BIIA Industry Library. BIIA does not express a warranty of any kind for the published material contained in its Industry Library. Copy rights, when indicated, must be strictly adhered to.
0.5) { $extra = 2; }

$count = 0;
$thiscol = 1;

echo ”

“;
if ($thiscol < 4) { echo "

“;

while ($myrow = mysql_fetch_row($result)) {

echo ”

  • $myrow[1]

  • “;

    $count ++;

    if ($count >= $catspercol) {

    if ($extra == 0) {
    $thiscol++;
    $count = 0;
    echo ”

    “;
    }
    }
    if ($extra == 4) { $extra = 3; }
    if ($extra == 1) {
    $extra–;
    }
    if ($extra == 2) {
    $extra = 4;
    }
    if ($extra == 3) {
    $extra = 1;
    $thiscol++;
    $count = 0;
    echo ”

    “;
    }
    }
    }

    echo ”


    “;
    ?>