browse by tag: webservices
sort by
Build a customizable RSS feed aggregator in PHP
in PHP added by goodphptutorials, on 24/4/2008 advanced tutorials rss web service xml
Although there are several commercially available feed aggregators, it's easy to develop your own feed aggregator, which you can integrate with your Web applications. You'll appreciate this article's fully functional PHP code snippets, demonstrating the use of PHP-based server-side functions to develop a customizable RSS feed aggregator. In addition, you'll reap instant benefits from using the fully functional RSS feed aggregator code, which you can download from this article.
comment save reportTwitter: send message from a PHP page using Twitter API
in PHP added by goodphptutorials, on 4/1/2008 advanced tutorials api twitter webservice
This is a very simple tutorial (really just some line of code!) that explains how to post a message using Twitter API from a PHP page.
comment save reportUsing Zend framework Components In CakePHP
in PHP added by goodphptutorials, on 26/11/2007 Zend framework intermediate webservice
In this article I describe how to use Zend framework components in a CakePHP application by means of building a very simple CakePHP application using Zend_Service_Flickr, a component for accessing the Flickr web services.
comment save reportPaypal and NuSOAP
in PHP added by goodphptutorials, on 7/11/2007 intermediate paypal soap webservice
This is a quick guide to building webservice clients for Paypal SOAP webservices.
comment save reportGet Adsense Stats from PHP
in PHP added by goodphptutorials, on 17/8/2007 adsense curl networking webservice
Most of us webmasters use adsense for our websites. Havent you just like me wanted to get the stats via PHP directly into your own script? Here is how to get channel data with a script ready to use
comment save reportDeveloping with the Facebook Platform and PHP
in PHP added by goodphptutorials, on 31/7/2007 advanced tutorials api facebook webservice
At the end of May this year, the Facebook team announced major changes to the package's developer tools, known as the Facebook Platform. Although the platform itself had been available for several months prior to this release, a host of new features were announced at f8, the Facebook developer event in San Francisco. This launch generated a lot of press coverage -- from the Wall Street Journal to TechCrunch. But the important question is: why should you care?
comment save reportBuild a Query Processor Class for Networking in PHP 5
in PHP added by goodphptutorials, on 15/3/2007 hostname ip networking php5 web service
Welcome to the first of three tutorials in a series that covers network programming in PHP. In this article you will learn how to use some useful PHP networking functions that will help you perform a variety of common networking tasks. To that end, you will build a simple networking query application in PHP 5.
comment save reportGoogle Webservices with PHP
in PHP added by goodphptutorials, on 5/3/2007 PEAR google networking soap webservice
Have you ever wanted to enrich your site with information from Google, Amazon, eBay, or one of the many other sites that provide web services through SOAP? In this tutorial, I will be demonstrating how to use the SOAP package from PEAR to query Google's extensive database.
comment save reportDynamic Thumbnails from Websites
in PHP added by finalwebsites, on 15/2/2007 file media php thumbnail web service
This tutorial will show you how to create dynamic thumbnails from websites using the thumbnail service Girafa.
comment save reportPHP SOAP Extension
in PHP added by goodphptutorials, on 2/12/2006 advanced networking soap web services xml
This article describes the new SOAP extension for PHP. It is intended for PHP developers who want to write their own Web Services servers, or use SOAP to access existing ones. It assumes some familiarity with Web Services, SOAP, and WSDL (Web Services Description Language).
comment save reportProgramming eBay Web Services with PHP 5
in PHP added by goodphptutorials, on 3/11/2006 api ebay networking php5 webservices
Over the last ten years, eBay has emerged as a platform where people can buy and sell practically anything. With more than 135 million users worldwide, eBay is a thriving online marketplace. Best of all, eBay isn't constrained by HTML. By using eBay's web services APIs, members of the eBay Developers Program can hook into the eBay platform using XML to integrate eBay into their own applications.
comment save reportPHP Web Services Without SOAP
in PHP added by goodphptutorials, on 28/9/2006 advanced tutorials delete get post put rest soap web services
REST, unlike SOAP, doesn't require you to install a separate tool kit to send and receive data. Instead, the idea is that everything you need to use Web services is already available if you know where to look. HTTP lets you communicate your intentions through GET, POST, PUT, and DELETE requests.
comment save reportCreating and Consuming Web Services With PHP
in PHP added by goodphptutorials, on 6/2/2006 advanced tutorials web services xml xml rpc
Web services allow you to share data across many platforms and hardware configurations. For example, you can create a Java web service and someone else can consume it using a .NET client without having to learn one line of Java code.
comment save reportPaypal, the PHP approach
in PHP added by goodphptutorials, on 1/2/2006 commerce e-commerce merchat paypal web services
This tutorial is intended for PHP programmers of all levels, who wish to add Paypal functionality to their website. The programmer needs only a PHP enabled website and Paypal account.
comment save report