Active Articles: 2038
Total Categories: 16
Sub Categories:616
Remote Procedure Calls with PEAR::XML-RPC | ||||||||
In this tutorial, learn how to utilize the XML-RPC package from the PEAR repository. You will learn how to write the client and server portions. ... learn more
| ||||||||
| ||||||||
Backends Sharing Data | ||||||||
What if you could script remote procedure calls between web sites as easily as you can between programs? This tutorial shows how it can be done in PHP. ... learn more
| ||||||||
| ||||||||
Displaying RSS feeds easily using Google Ajax Feed API | ||||||||
Displaying RSS feeds from other sites on your own is a nice way to show constantly updated content automatically. In this tutorial, we show you how to use Google Ajax Feed API to display RSS feeds from other sites on your own easily and without hosting the files on your own server. ... learn more
| ||||||||
| ||||||||
DOM XML: An Alternative to Expat | ||||||||
This six-page tutorial explains how to parse xml using DOM, an alternative to the popular Expat. Covers the objects used in DOM extensively, and offers a few simple and long examples. ... learn more
| ||||||||
| ||||||||
Transforming XML with XSLT and PHP | ||||||||
In this tutorial, Timothy shows you how to use XSLT to transform XML documents into HTML documents. Of course, the use of PHP XSLT functions are highlighted. ... learn more
| ||||||||
| ||||||||
Build your own RSS client in PHP | ||||||||
RSS, also known as Really Simple Syndication or RDF Site Summary, is a file format which allows Web sites to publish and syndicate the latest content on their site to their users. An RSS "feed" is expressed in XML; and as a result, it can be read by any client capable of parsing an XML ... learn more
| ||||||||
| ||||||||
The web of services: using XML_RPC from PHP | ||||||||
This 7-page article discusses how to make the web of services interact with one another using XML_RPC and PHP. Describes how to build a simple XML_RPC client and server to create a basic messaging system. ... learn more
| ||||||||
| ||||||||
Displaying an RSS Feed on Your Website Using PHP and MagpieRSS | ||||||||
This tutorial shows you By using RSS and the MagpieRSS toolkit, you can import data from another web site or news source and display that information on your own site. ... learn more
| ||||||||
| ||||||||
Using SOAP with PHP | ||||||||
SOAP is a wonderful technology that can help you in developing great applications. In this tutorial, we will investigate the use of SOAP in PHP. ... learn more
| ||||||||
| ||||||||
XML processing with PHP | ||||||||
This tutorial shows you with code examples how to process an XML datasource with PHP. ... learn more
| ||||||||
| ||||||||
How-to: Convert a RSS feed to JSON in PHP | ||||||||
Here are a quick set of directions to build your own RSS to JSON proxy using only PHP. You need to download and install two libraries, MagpieRSS for RSS and JSON-PHP for JSON. With these two libraries you can easily create a simple proxy to suit your needs. Here is an example of the code. ... learn more
| ||||||||
| ||||||||
Convert a CSV file to XML Using PHP | ||||||||
This simple PHP script reads in a comma separated values file (that can be exported from Excel) and generates a simple XML file that encapsulates the same data. ... learn more
| ||||||||
| ||||||||
Transforming XML with XSL using Sablotron | ||||||||
This article, along with source code, explains how to parse XML documents using XSLT (eXtensible Stylesheet Language Transformations). XSLT is a language for transforming XML documents into other XML documents or HTML documents. It does not discuss XML, XSL or XSLT syntax, but rather focuses on how to transform XML documents with XSLT using the ... learn more
| ||||||||
| ||||||||
Get MySQL database layout in XML format | ||||||||
In this tutorial I will show you how to get your MySQL database description / layout in XML format. ... learn more
| ||||||||
| ||||||||
Making a Custom RSS Feed with PHP | ||||||||
This tutorial discusses how to create an RSS feed from a database blog. ... learn more
| ||||||||
| ||||||||
Making XML/XSLT driven site using PHP | ||||||||
This article contains an example of simple php "xslt engine" for XML driven web-sites which implements caching techniques and Apache-based XML file processing. ... learn more
| ||||||||
| ||||||||
PHP and DOM: The Way of the Widget | ||||||||
With version 4.3.0, PHP's DOM extension has now overcome early bugs and troubles to become a useful tool for XML manipulation. This article looks at the DOM extension and how it can be used to read and generate XML, providing new solutions for web page generation. ... learn more
| ||||||||
| ||||||||
Creating a Custom RSS Feed with PHP and MySQL | ||||||||
RSS has become the standard technology for syndicating information to large audiences. Many people have something to say, but its finding the right audience for your voice that matters. A great place to start is by creating your own RSS feed and adding to it as often as you can. ... learn more
| ||||||||
| ||||||||
Processing XML with PHP | ||||||||
Join Timothy as he shows you how to process XML with PHP. In this tutorial you will learn the basics of using PHP to interpret XML. ... learn more
| ||||||||
| ||||||||
Parsing XML With PHP | ||||||||
This article shows how to write a simple PHP script that parses the RSS file, extracts the pertinent information, formats it, and serves it up as regular HTML. This script can also be added to any PHP file. Source code available for download. ... learn more
| ||||||||
| ||||||||
