hosting plans |
 |
Silver Plan $4.95/month
|
 |
Gold Plan $9.95/month |
 |
Platinum Plan $14.95/month |
 |
 |
 |
 |
 |
 |
 |
 |
 |
 |
 |
 |
 |
 |
 |
 |
 |
 |
 |
 |
|
|
$menu[1] = "Home";
$menu[2] = "Hosting Plans";
$menu[3] = "Support";
$menu[4] = "Contact Us";
if (!$page) {$page="Home";}
foreach ($menu as $menuitem)
{
if ($page != $menuitem) {$tabcolor="#2F7FD9"; $cornerl="m2.gif"; $cornerr="m1.gif";}
else {$tabcolor="#000000"; $cornerl="m3.gif";$cornerr="m4.gif";}
?>
|
|  |
}?>
|
|
 |
|
 |
|
switch($page)
{
case "Home":
include("home.php");
break;
case "Hosting Plans":
include("hostingplans.php");
break;
case "Support":
include("support.php");
break;
case "Contact Us":
include("contactus.php");
break;
case "tos":
include("tos.php");
break;
case "aboutus":
include("aboutus.php");
break;
}
?>
|
 |
|
|