PhpRiot Latest cURL Articleshttp://www.phpriot.com/images/logo.gif2011-05-06T00:00:00+00:00Zend_Feed_Writerhttp://www.phpriot.com/tag/cURL2011-05-06T00:00:00+00:002011-05-06T00:00:00+00:00http://www.phpriot.com/articles/google-translate-apiQuentin Zervaashttp://www.phpriot.com/author/Quentin+ZervaasGoogle Translate is a service from Google that you can use to translate text or HTML from one language to another. One of the great features of this service is that they now offer an API to let you programmatically translate text. In this article I will show you how to interact with the Google Translate API.2011-01-12T00:00:00+00:002011-01-12T00:00:00+00:00http://www.phpriot.com/articles/google-url-shorening-apiQuentin Zervaashttp://www.phpriot.com/author/Quentin+ZervaasIn 2010 Google released its own URL shortener, which allows you to shorten URLs to use the goo.gl domain. In this article I will show you how to easily create your own short URLs using their new URL shortener API.2010-10-29T00:00:00+00:002010-10-29T00:00:00+00:00http://www.phpriot.com/articles/verifying-app-store-receipts-php-curlQuentin Zervaashttp://www.phpriot.com/author/Quentin+ZervaasIn this PhpRiot snippet I will show you how to verify a purchase receipt that was submitted by the iOS application with the Apple receipt verification service. We will achieve this using PHP and cURL and the App Store receipt verification service.2010-06-23T00:00:00+00:002010-06-23T00:00:00+00:00http://www.phpriot.com/articles/php-twitter-api-screencastQuentin Zervaashttp://www.phpriot.com/author/Quentin+ZervaasIn this screencast I'll show you how to access the Twitter API using PHP. We'll use cURL to list a user's timeline and then to output tweets from a user's list.2010-03-24T00:00:00+00:002010-03-24T00:00:00+00:00http://www.phpriot.com/articles/download-with-curl-and-phpQuentin Zervaashttp://www.phpriot.com/author/Quentin+ZervaasIn this PhpRiot Snippet I will show you how to download a file from another web site and save it to disk.