PHP
PHP is a computer scripting language, originally designed for producing dynamic web pages.
Application
Documents And Specifications
Remove
Platform
Any
License
Any
PHP Script for generating Dynamics Video RSS Feed
RSS – Rich site Summary is a standardize xml format that is use to publish a news once and view by many application. Document that contains RSS...
Google Web Toolkit (GWT) applications, apart from connecting to servlets in time-honored Java fashion, can also use PHP Web services to send and receive data in XML. You'll explore methods to...
Like Structured Query Language (SQL), XQuery is a lookup specification tied to the XML standard. Using XML as the model and XQuery as the view is a powerful way to provide a language-agnostic...
The Butterfly framework is a lightweight approach to simplifying the use of XSLT in PHP 5, allowing for the use of stylesheet chains and caching for performance. As frameworks go it's simple and...
A Google Mapplet is an application that runs inside a Google Maps results page and lets you add your own custom information to the page and the map. In this tutorial, you will write a Google Mapplet...
Learn how to implement a Yahoo! SearchMonkey application that enhances blogger.com search listings to include other information about the blog and blog owner. First, you will apply a basic...
Over the years, developers have devised many strategies to facilitate the separation of business logic and presentation logic. In this tutorial, you will explore two solutions to separating data and...
In this article, learn how to integrate data from the Picasa Web Albums service into a PHP application using both SimpleXML and the Zend client library. Also, meet the Picasa Web Albums Data API and...
This first article of a three-part series introduces PHP5's XML implementation and help those relatively new to using XML with PHP to read, parse, and manipulate, and write a short and uncomplicated...
This article looks at the impact of schema evolution on the application and walks the reader through a usage scenario to illustrate the ease of setting up a PHP environment; the ease of integrating...
This problem most commonly rears its ugly head when interface designers need to alter the user interface presented to Web site visitors - since the presentation information is entwined with PHP code,...
The SimpleXML extension of PHP provides set of functions to convert XML to an object that can be processed with normal property selectors and array iterators. Support for SimpleXML in PHP5 is...
This article shows an example of a technique mentioned in one of our recent articles. It uses the PHP output buffer in combination with XML as intermediate application layer. Ideally you should...
PHP tied to PDFLib is perhaps the best platform for Web Publishing. A couple of typical uses: 1. brochure on demand 2. e-nvoice: invoice for e-commerce With this Tutorial you'll learn how to use the...
In this tutorial, I will give ideas on how the graphics capabilities of PHP can be used to create simple bar charts in GIF and PNG format. I will briefly touch on non-graphics alternatives as well....
In the last few years, XML has received great media attention, and most languages support the parsing and extraction of data from XML documents. Besides being a great three-letter anacronym to...
There are many xml tutorials for php on the web, but few show how to parse xml using DOM. I would like to take this opportunity to show there is an alternative to the widespread SAX implementation...
The Extensible Markup Language is definitely something that most developers will want to add to their toolbox. XML is a W3C standard that is open, language neutral, API-neutral, streamable, textual,...
I'll explain a method to zoom a portion of an image by using PHP and gif files. The first step is to generate a map in its big size (in my example a 747x360 pixels gif called caligran.gif), then I...