Home

Submit

Source

Feeds

Home » PHP » XML Web Services ::

PHP XML Web Services
XML is Extensible Markup Language. It is a markup language - much like HTML - and was designed to describe data. XML uses tags but these tags are not predefined as in HTML. In XML you define your own tags. All XML documents have 3 types of components: Elements, attributes and data.
Related Tutorials
PHP XML Web Services
Processing XML with PHP
PHP / XML Web Services
In this tutorial you will learn the basics of using PHP to interpret XML.

Site: codewalkers.com Report - View Tutorial

PHP XML Web Services
Using XML and JSP together
PHP / XML Web Services
Unfortunately, PHP 4's XML support was somewhat limited. Some extensions did not prove to be very stable. This changed drastically with PHP 5 and a revamped XML support. Therefore, the main focus of this chapter is on PHP 4. In PHP 5.1, some new features will be added that are already covered in this chapter.

Site: www.brainbell.com Report - View Tutorial

PHP XML Web Services
PHP and XML: using expat functions
PHP / XML Web Services
This tutorial shows how to parse XML documents in PHP. It walks you through a fairly simple application of XML that you can use to implement a news system for your home page.

Site: www.phpbuilder.com Report - View Tutorial

PHP XML Web Services
Parsing XML using PHP
PHP / XML Web Services
Parsing XML is a very common task when programming for the web. This article will show you how to use the eZ xml parser to handle XML documents.

Site: www.zez.org Report - View Tutorial

PHP XML Web Services
DOM XML: An Alternative to Expat
PHP / XML Web Services
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 for php programmers.

Site: www.phpbuilder.com Report - View Tutorial

PHP XML Web Services
Parsing XML With PHP
PHP / XML Web Services
This article will present the concept of XML parsing using the PHP scripting language.

Site: www.wirelessdevnet.com Report - View Tutorial

PHP Miscellaneous
Use phpdomxml to create a Guestook in Flash
PHP / Miscellaneous
In this tutorial we will see how to create and manage a simple Guestbook using an XML formatted file (with a simple XSL style-sheet). To do that we will create and parse the XML structure using an open source library for PHP which allow us to threat XML with DOM.

Site: www.sephiroth.it Report - View Tutorial

PHP Forms
Form Processing with PHP 4
PHP / Forms
In this tutorial we are going to learn how to Form Processing with PHP 4.

Site: www.zend.com Report - View Tutorial

PHP Forms
Creating a PHP form
PHP / Forms
PHP is a great processor of forms, hence knowing how to write a simple form for php processing is the precursor to make the PHP work.

Site: www.developingwebs.net Report - View Tutorial

PHP XML Web Services
How to read XML using PHP DOM
PHP / XML Web Services
This tutorial will demonstrate the use of DOM extension in PHP to read contents of a XML file.

Site: www.geekpedia.com Report - View Tutorial

PHP XML Web Services
Transforming XML with XSLT and PHP
PHP / XML Web Services
In this tutorial we will use XSLT to transform an XML document into an HTML document and use PHP's XSLT functions to apply those rules.

Site: codewalkers.com Report - View Tutorial

PHP News and RSS Feeds
Displaying RSS Feeds on your Website Using PHP
PHP / News and RSS Feeds
RSS stands for Really Simple Syndication. RSS if a technology for distributing data from one site to another using XML. You can easily decode this XML stream and display the information contained in it on your web site.

Site: www.codebeach.com Report - View Tutorial

PHP XML Web Services
Parse RSS/XML with PGP
PHP / XML Web Services
Learn how to parse a RSS + XML document with PHP.

Site: rmb-scripting.com Report - View Tutorial

PHP News and RSS Feeds
Creating Dynamic RSS Feeds with PHP and MySQL
PHP / News and RSS Feeds
In the very least bit of anything and everthing, you need to know the Basic syntax that exists with XML. XML is a very easy language to use/manipulate, seeing as how you can literally "make up" your own tags. Their are some set ones though that are highly useful for making RSS feeds.

Site: www.tutorialhive.com Report - View Tutorial

PHP Forms
PHP form Introduction
PHP / Forms
This article demonstrates how to use PHP forms. You will find detailed information from the form basics to advanced form processing.

Site: www.phpf1.com Report - View Tutorial

 
Site Search

 
Categories
2D Graphics 3D Graphics Office Applications Databases Desktop Programming Web Development
 
Advertisement