Developer’s description of app: The best IRC client for iPhone.
Colloquy is IRC chat for the iPhone. It allows multiple IRC servers, channels and even private messaging.
Here are some screenshots of the installation process:
“;
$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.