Developer’s description of app: Allows you to toggle Phone, EDGE, Bluetooth, SSH, and more.
iToggle is a lot like Services. It allows you to turn on and off services on your iPhone. iToggle lets you do a lot more than Services – Phone, EDGE, Bluetooth, WiFi, SSH, Socks Server, Tinyproxy, & Auto-Lock.
Apple iPhone School’s iToggle Articles:
“;
$i = 1;
foreach ($rss->items as $item) {
$href = $item[‘link’];
$title = $item[‘title’];
$description = $item[‘description’];
echo “
$description
“;
if ($i == 50 ) break;
$i = $i + 1;
}
echo “
“;
}
?>
Speak Your Mind
You must be logged in to post a comment.