
include("get_telus_list.php"); ?>
include("get_telus_smartlist.php"); ?>

include ("get_mike.php"); ?>
include("get_mike_list.php"); ?>
|
$=$inforow[price_3yr]?>
on a 3 yr contract
=$inforow[name]?>
No contract: $=$inforow[price_no]?> |
1 yr contract: $=$inforow[price_1yr]?> |
2 yr contract: $=$inforow[price_2yr]?>
if ($inforow[description]) { ?>
=$inforow[description]?>
} ?>
if ($inforow[size]) { ?>
Overview:
if ($inforow[talktime]) { ?>
- Estimated talk time:
=$inforow[talktime]?>
} ?>
if ($inforow[standbytime]) { ?>
- Estimated standby time:
=$inforow[standbytime]?>
} ?>
if ($inforow[size]) { ?>
- Size:
=$inforow[size]?>
} ?>
if ($inforow[weight]) { ?>
- Weight:
=$inforow[weight]?>
} ?>
if ($inforow[display]) { ?>
- Display:
=$inforow[display]?>
} ?>
if ($inforow[memory]) { ?>
- Memory:
=$inforow[memory]?>
} ?>
}
if ($inforow[mediafeatures]) { ?>
SPARK Features:
$newmedia = explode("\n", replaceinfo($inforow[mediafeatures]));
while (list ($key, $val) = each($newmedia)) {
?>
-
=replaceinfo($val,0)?>
} ?>
} if ($inforow[phonefeatures]) { ?>
Phone Features:
$newfeatures = explode("\n", replaceinfo($inforow[phonefeatures]));
while (list ($key, $val) = each($newfeatures)) {
?>
-
=replaceinfo($val,0)?>
} ?>
} if ($inforow[kitincludes]) { ?>
Kit Includes:
$newkit = explode("\n", $inforow[kitincludes]);
while (list ($key, $val) = each($newkit )) {
?>
-
=replaceinfo($val,0)?>
} ?>
} ?> |