To be eligible for CNA membership, publications must be distributed free, and must have CAB audited circulation. Members become part of the only recognised association dealing specifically with community newspapers. You are also eligible to enter our annual awards which have the credibility of Australian wide entrants.
If you are a publisher and would like to be considered for membership, please contact kim@cna.org.au and it can be discussed.
Our current members
Please note this may not be current as it changes throughout the year.
If you are a publisher and would like to be considered for membership, please contact kim@cna.org.au and it can be discussed.
Our current members
Please note this may not be current as it changes throughout the year.
";
echo "Error code :" . mysql_errno() . "";
die('Error connecting to mysql');
}
if (!mysql_select_db($dbname)) {
echo "
mysql_select_db : " . mysql_error() . "
"; echo "Error code : " . mysql_errno() . ""; die('Error selecting database'); } //echo 'Connection established'; //mysql_close($connection); $sql = "SELECT * from members order by publisher, masthead"; $total_result = @mysql_query($sql, $connection) or die("First total_found call member.php; - $sql - # kims error message ". mysql_errno() . ": " . mysql_error()); while ($row = mysql_fetch_array($total_result)) { //$ID=$row['ID']; $publisher=$row['publisher']; $masthead=$row['masthead']; $postcode=$row['postcode']; $contact_www=$row['contact_www']; $contact_phone=$row['contact_phone']; echo( " $masthead
$publisher - Postcode: $postcode - $contact_www - Ph: $contact_phone
"; echo "Error code : " . mysql_errno() . ""; die('Error selecting database'); } //echo 'Connection established'; //mysql_close($connection); $sql = "SELECT * from members order by publisher, masthead"; $total_result = @mysql_query($sql, $connection) or die("First total_found call member.php; - $sql - # kims error message ". mysql_errno() . ": " . mysql_error()); while ($row = mysql_fetch_array($total_result)) { //$ID=$row['ID']; $publisher=$row['publisher']; $masthead=$row['masthead']; $postcode=$row['postcode']; $contact_www=$row['contact_www']; $contact_phone=$row['contact_phone']; echo( " $masthead
$publisher - Postcode: $postcode - $contact_www - Ph: $contact_phone
");
} // end of while statement
?>