|
| Price list paket hosting yang kami sediakan untuk Anda |
Untuk informasi mengenai fasilitas yang ditawarkan paket hosting kami, silakan kunjungi:
Untuk pemesanan paket hosting, silakan isi order form kami.
$SCAPE_URL="http://www.techscape.co.id";
$conn1 = new MySQLDB($SCAPE_DBNAME,$SCAPE_DBUSER,$SCAPE_DBPASS,$SCAPE_DBHOST);
if($conn1->init()){ /*echo "Bener";*/ } else { echo "Salah $SCAPE_DBUSER,$SCAPE_DBNAME,$DBHOST"; }
function AddContent($textcontent)
{
echo $textcontent;
}
function selang($i) {
if($i%2==0) {
return "#4F6894";
} else {
return "#384E76";
}
}
$hop = new MySQLResult($conn1);
$poh = new MySQLResult($conn1);
$hop->execSQL("select * from hosting where status=1 order by capacity_size, capacity_num");
while ($hop->fetchNext())
{
$idnya = $hop->row->id_hosting;
$t=" | ";
AddContent("");
AddContent(" ");
AddContent($hop->row->hosting_name);
if($hop->row->capacity_num==0)
{
AddContent(" Unlimited Space");
} else {
AddContent(" ".$hop->row->capacity_num." ".$size_rc[$hop->row->capacity_size]);
}
AddContent(" | ");
AddContent("| Kontrak | ".
"Registrasi | Bulanan | ");
// "Order | ".
AddContent(" ");
$poh->execSQL("select * from poh where id_hosting = '$idnya' order by term_period, term_num");
$i=0;
while ($poh->fetchNext())
{
AddContent("");
AddContent("| ".$poh->row->term_num." ".$period_rc[$poh->row->term_period]." | ");
AddContent("FREE | ");
AddContent("".$cur_rc[$poh->row->monthly_currency].". ".number_format($poh->row->monthly)." | ");
//AddContent("".$cur_rc[$poh->row->setup_currency].". ".number_format($poh->row->setup)." | ");
//AddContent("row->id_poh."&substep=order>");
//AddContent(" | ");
AddContent(" ");
$i++;
}
AddContent(" | ");
AddContent("
");
}
?>
|