 |
CARRIER |
|
Azultel wholesale carrier division is the backbone of our business. Every day, we route millions of international minutes trough our own switching and fiber network infrastructure. We offer a wide variety of quality solutions tailored to carriers, resellers, or service providers.
See More >> |
|
 |
RETAIL |
|
Azultel brings value, price and convenience to long distance customers in several countries. Our low-cost international calling rates are available in various formats to accommodate the needs of a wide variety of consumers.
See More >>
|
|
 |
NEWS |
|
include("conn.php");
$sql = "SELECT Id_news, dateNews, titleNews, textNews, pressRelease, showNews FROM tbNews WHERE showNews='Y' AND type='n' ORDER BY dateNews DESC";
$result = mysql_query($sql, $db);
$i=0;
while(($row = mysql_fetch_row($result)) && ($i<3)) {
$fecha = substr($row[1],8,2)."-".substr($row[1],5,2)."-".substr($row[1],0,4);
echo "".$fecha." ";
echo "".$row[2]." ";
echo $row[3]." ";
if ($row[4]!="")
echo "more info
";
else
echo " ";
$i++;
}
mysql_free_result($result);
?>
See More >>
|
|