Posts Tagged ‘api’

PHP Tutorials: Sending a SMS message using PHP (Part 3)

It is advisable you watch the new version of this tutorial at www.youtube.com Official website phpacademy.org Support Forum http Follow us on Twitter! twitter.com

PHP Tutorials: Sending a SMS message using PHP (Part 2)

It is advisable you watch the new version of this tutorial at www.youtube.com Official website phpacademy.org Support Forum http Follow us on Twitter! twitter.com

simpleXML PHP tutorial learn to parse any XML files and RSS feeds

Learn to parse any XML based feeds or data using PHP and a for loop. You can target any popular website RSS and rip data straight from their feeds using minimal code that is very easy to understand. We use the simplexml_load_file() function to make an XML object out of the XML file online. An XML object that can then be parsed easily enough with a PHP for loop. The simplexml_load_file() function is part of the simpleXML extension of PHP.

PHP Tutorials: Currency Conversion using Google Calculator API (Part 2/2)

Easily convert between currencies with PHP using the Google Calculator API. This tutorial shows you how to create a function to convert between any currency and a form to allow user submission. Official website phpacademy.org Support Forum http Follow us on Twitter! twitter.com Join our Facebook group! www.facebook.com

PHP Tutorials: Currency Conversion using Google Calculator API (Part 1/2)

Easily convert between currencies with PHP using the Google Calendar API. This tutorial shows you how to create a function to convert between any currency and a form to allow user submission. Official website phpacademy.org Support Forum http Follow us on Twitter! twitter.com Join our Facebook group! www.facebook.com

Soundcloud API PHP SDK Tutorial

In this tutorial I’ll show you how to use the Soundcloud API PHP SDK. Thing’s we’ll do is: Authenticate a user, See his track list, Post a comment, and upload an mp3. The way you go about handling your errors and how your file uploading happens is up to you, I’m just demonstrating how to make the call’s through the API to help you get started :) jream.com

PHP Tutorial: YouTube API Signature [part 00]

WEBSITE: betterphp.co.uk In this video I demonstrate the dynamic image that we will be creating in this series.

PHP Tutorial: Developer API [part 00]

WEBSITE: betterphp.co.uk In this video I attempt to explain the API script that we will be making in the next few videos.

Facebook PHP Tutorial | SDK

Here I’ll teach you how to get started with the Facebook PHP SDK. It is extremely easy if you are familiar with PHP. This is a basic introduction to getting facebook data and posting data with your own custom application! jream.com

PHP Tutorials: Sending a SMS message using PHP (Part 4)

Simply, how to send a SMS (text) message using PHP and a gateway to handle to request. Uses cURL to submit the form data. Any gateway can be used, but this example uses txtlocal.com The delivered SMS can be viewed here phpacademy.org FORUM phpcademy.org TWITTER twitter.com