Related Tutorials
XML and PHP Simplified - XML,PHP and the DatabaseJ. Leidago Noabeb explores the relationship between XML,PHP and MYSQL including a brief look at the Document Object Model.
XML and PHP Simplified - Formatting XML Documents
Part 3 of this series covers how to format XML documents in web browsers and how to parse or read them using PHP strings and functions.
XML and PHP Simplified: The DOM
In this article, we will take a further look at the XML functions that are offered by PHP5. At the same time, we will also look at some of the other DOM functions that deal with the Document Object Model.
Display Random Dynamic Content with PHP and XML
Every developer, at one point in time, will run into a situation where they need to display a small amount of dynamic data. Why create a whole database? Enter the magical world of XML. XML is easily manageable by anyone who has ever even dabbled a bit in HTML, so understanding should come easily just by looking at an XML file. PHP has classes already set up to parse XML. Here you\ll learn how to use PHP and XML to randomly generate HTML content.
Using XML and JSP together
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.
PHP and XML: using expat functions
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.
XML and PHP Simplified
In this article we will continue to look at the create document script, focusing on the HTML portion of the code. Then we will continue to look at the document editor script, which is at the heart of the program.
Parsing XML using PHP
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.
PHP and XML
In this tutorial we'll go thru the possibilities of an XML manipulation by the PHP. We'll also take a look at explanatory source code of fully working mini RSS feed reader.
Processing XML with PHP
In this tutorial you will learn the basics of using PHP to interpret XML.
DOM XML: An Alternative to Expat
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.
XML processing with PHP
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.
Parsing XML With PHP
This article will present the concept of XML parsing using the PHP scripting language.
Xml xpath traversal using simplexml php extension
The SimpleXML php extension provides a very simple and easily usable toolset to convert XML to an object that can be processed with normal property selectors and array iterators.
How to read XML using PHP DOM
This tutorial will demonstrate the use of DOM extension in PHP to read contents of a XML file.
Use phpdomxml to create a Guestook in Flash
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.
PHP by example, Part I
As a language for building dynamic Web pages, PHP offers a simplified method for constructing complex and powerful Web-related programs.Step by step, Erik demonstrates the fundamental principles of PHP in an original, real-world Web site example. Part 1 of this two-part series offers the basics of PHP and features a Webzine that includes an author's page where content providers can enter the text of articles, as well as a front end for presenting this content to the world.
Transforming XML with XSLT and PHP
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.
Displaying RSS Feeds on your Website Using PHP
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.
Parse RSS/XML with PGP
Learn how to parse a RSS + XML document with PHP.
Get info from XML file
I'm going to show you what you can do with SimpleXML in PHP and how to get info from XML file.
Transforming XML with XSL using Sablotron
This article in explaining 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. I will not discuss XML, XSL or XSLT syntax in this article, for a good introduction to these please refer to the links at the end of this article.The focus of this article is on how to transform XML documents with XSLT using the Sablotron XSLT processor.
PHP/MySQL RSS Feed
Setup your own RSS feed that pulls data from your PHP/MySQL-driven web site. Use PHP to create the XML/RSS document RSS Readers require to inform visitors of your web site database's content updates.
PHP/MySQL RSS Feed
Setup your own RSS feed that pulls data from your PHP/MySQL-driven web site. Use PHP to create the XML/RSS document RSS Readers require to inform visitors of your web site database's content updates. The tutorial is available in PDF format.
Introduction to XML and Web Services
The Extensible Markup Language (XML) is a simple, platform-independent standard for describing data within a structured format. XML is not a language but instead a metalanguage that allows you to create markup languages.
Retrieving XML With cURL And SimpleXML
This tutorial explains how to use Curl and SimpleXML SimpleXML is a php5 extension used to parse XML data. Topics covered include loading XML documents, parsing nodes & attributes, and filtering data with XPath statements.
PHP and DOM: The Way of the Widget
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.
Introduction to SQLite
Many people have heard of SQLite but not many people have used it in their PHP applications. Most PHP applications make use of the MySQL database engine to store information however this is not always needed for small amounts of data. In these cases, web applications often store their data in a "flat file" format, often just a plain text file or an XML file. Both of these methods have their downsides.
A HOWTO on Optimizing PHP
PHP is a very fast programming language, but there is more to optimizing PHP than just speed of code execution. In this chapter, we explain why optimizing PHP involves many factors which are not code related, and why tuning PHP requires an understanding of how PHP performs in relation to all the other subsystems on your server, and then identifying bottlenecks caused by these subsystems and fixing them. We also cover how to tune and optimize your PHP scripts so they run even faster.
What is PHP?
What is PHP, and what can you do with it? This gentle PHP introduction explains the basics of PHP and looks at how you can use it to build feature-rich Web pages and applications.
What is PHP and Why Should I Care?
One of the first things most people want to know about PHP is what the initials stand for. Then they wish they had never asked. Officially, PHP stands for PHP: Hypertext Preprocessor.
PHP Basics
In this tutorial, i will teach you how to make a basic php program.. Mainly how to print output from a php script... I hope you will enjoy using PHP as much as i have, and that you will NEVER use ASP again (if you ever have).
PHP Introduction
PHP stands for PHP: Hypertext Preprocessor. PHP is an HTML-embedded scripting language. Much of its syntax is borrowed from C, Java and Perl with a couple of unique PHP-specific features thrown in. The goal of the language is to allow web developers to write dynamically generated pages quickly.
Welcome to PHP
This is a comprehensive article / tutorial on programming in PHP. It covers a variety of key topics including PHP Structure, Scalar Variables and Data, Data collection: Arrays, Operations and Comparisons, PHP Comparison Operators, PHP Logical Operators, Control Statements, The Function of Functions, and Object Orientation.
Creating a PHP form
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.
Introduction to PHP
PHP - This tutorial was written to introduce you to PHP, it assumes you know nothing about programming at all, starts with the very basics and slowly guides you through some of the concepts of PHP programming.
Viewsource
A number of websites, including php.net, allow you to view the source code of their PHP pages. This is usually to allow you to see how the page is put together and how the PHP code itself is written. Usually, it is not possible to view the PHP source but with a built in function in PHP, you can.
Reading the clean text from DOCX and ODT
In this article we will resolve the task of reading the plain text from the Office Open XML (more known as DOCX) and OpenDocument Format ODT using PHP. Note that we are not going to apply any third-party software.
PHP Comments
Learn how to write PHP comments, and how to comment your PHP code effectively, in this easy-to-follow PHP tutorial.
Export Database Schema as XML
Sometimes it can be useful to have a dump of the current database schema. The script reads the schema from a MySQL database and outputs XML that describes the schema.

Report
Adobe Fireworks
Adobe Flash
Adobe Illustrator
Adobe Image Ready
Adobe Photoshop
3D Studio Max
Cinema 4D
Maya 3D
Microsoft Excel
Microsoft PowerPoint
Microsoft Word
Microsoft Access
MySQL
C and C++
Python
Visual Basic
.htaccess
Adobe DreamWeaver
ASP
CGI & Perl
CSS
Java
JavaScript
Microsoft FrontPage
Windows Vista
Windows 7