NEWS & EVENTS:

include ("../dbconnect.php");
$query = "select date, headline, release, pressId from press order by date desc";
$result = mysql_query($query);
$row = mysql_fetch_row($result);
$number = 1;
while ($row) {
if ($number < 2) {
/* DATE */
/* printing out standard autin date and time */
$year = substr("$row[0]", 0, 4);
$month = substr("$row[0]", 4, 2);
$day = substr("$row[0]", 6, 2);
$hour = substr("$row[0]", 8, 2);
$hour = $hour + 2;
$minute = substr("$row[0]", 10, 2);
$second = substr("$row[0]", 12, 2);
$date_time = mktime($hour, $minute, $second, $month, $day, $year);
$date = date("M j, Y", $date_time);
$release = substr($row[2], 0, 1080);
?>
print $row[1]; ?>
print $date; ?>
print $release . " ...
";
$pressId = $row[3];
}
$number = $number + 4;
$row = mysql_fetch_row($result);
}
?>
View full announcement
More press releases

|
|

"On the operations side, open systems that help service
providers provision and manage services quickly and effectively across a
multi-vendor environment can rapidly make a positive impact to the financial
bottom line.
Simplified Ventana aims to help service providers achieve their
op-ex savings goals."
-- Liza Henderson
Vice President, TeleChoice
The strategic catalyst for the telecom industry
|
|
|