Pod | Uptime % | Active Users | Location | Services Offered | '; echo ' | ' . $row['uptime_alltime'] . '% | '; echo '' . $row['active_users_halfyear'] . ' | '; if ($country_code === $row['country']) { echo '' . $row['country'] . ' | '; } else { echo '' . $row['country'] . ' | '; } echo '';
$row['service_facebook'] === 't' && print '';
$row['service_twitter'] === 't' && print '';
$row['service_tumblr'] === 't' && print '';
$row['service_wordpress'] === 't' && print '';
$row['service_xmpp'] === 't' && print '![]() | ';
}
pg_free_result($result);
pg_close($dbh);
?>
---|