Subscribe
Tutorial search
Cool Stuff
How would you like to MASTER graphic design by next week?
Click here to find out how
Photoshop Templates
Featured Photoshop templates - professional ready to use designs for your next project
View all templates
PHP Tutorials
Tutorials
Stuff
Affiliates
PHP XML Tutorials
We hope that you will enjoy our PHP XML tutorials. Feel free to contact us if you would like to be a tutorial hero and contribute your own PHP XML tutorial to our site. Thank you !
In this two part tutorial, I will teach you how to parse and display xml data using xpath and php. I will also teach you how to develop this data into a dynamic website
Difficulty: 


A standard approach to read rss using php.Simple script with demo.
Difficulty: 


Tutorial outlining how to write a script that pulls data in from pages, outputs an xml file for submission to search engines.
Difficulty: 


XML is a great language to use, but not usually by itself. Learn how to add some functionality by integrating it with PHP.
Difficulty: 


Learn how to get information from XML file using PHP functions.
Difficulty: 


This will be a quick tutorial that will show you how to use PHP’s DOMDocument to parse your XML so you do not have to use XML parser. In this tutorial you’ll see how to loop through your XML file and how to extract some specific data. For this, we will use XML file that is available on w3school.com.
Difficulty: 


An article that gives a summary of RSS before providing a sample solution that'll allow you to easily create an RSS feed that your site visitors can subscribe to.
Difficulty: 


Every web designer has at one point or another been asked, "How can I get weather on my site?" The old answer was to have a giant ugly weather channel gadget. Something that looked very nasty and you couldn't un-brand it no matter what. Some used an iframe to display external data and have it appear to be on their site. Lastly you could always just have a link that says 'click here for weather'. My goal was to get weather data from an external source and be able to customize how it looks. Fortunately now there are some great resources out there. I'm going with one that is my favorite, something extremely easy to use and customize - Google's Weather API.
Difficulty: 


This tutorial guides you thru the possibilities of an XML manipulation by the PHP. PHP XML extensions are listed, commented and fully working explanatory PHP source code of mini RSS feed reader is included.
Difficulty: 


Create an RSS feed that automatically gets the latest articles from your database in PHP and displays it in RSS syntax instantly.
Difficulty: 


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 solution while still retaining the benefits of using the MVC pattern. In this article, explore the advantages of XQuery over other view technologies (PHP, JSP), how XQuery is implemented in the presentation layer, and a realistic example of such an implementation.
Difficulty: 


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. In layman’s terms, it allows data to be tagged using descriptive names so both humans and computer applications can understand the meaning of different pieces of data.
Difficulty: 


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 straightforward, but such a framework removes the mechanics of XSLT stylesheet application from the PHP code, allowing the developer to focus on the heart of the work, which is the XSLT itself.
Difficulty: 


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 that uses the Yahoo Weather RSS feed to display the local weather in Google Maps. You will apply two solutions. The first is on the client side and uses RSS and JavaScript. The second is on the server side and uses XSLT, PHP, KML, and JavaScript.
Difficulty: 

Total Tutorials in Category: 67
