A few XML & PHP Tutorials
Here are a few XML parsing tutorials from kirupa.com. Kirupa.com is a cool place to check out tutorials on Flash and PHP.
” If you are looking at this tutorial then you probably have a good idea in your head about what XML is and what you can do with it. However, for those of you that stumbled across this tutorial on accident and are interested in learning more, I will briefly explain what XML is and what it is used for.”
Link to this tutorial: XML Parsing using PHP {Easy}
“ Ok, since I already went over the basics for formatting XML data and the basics of PHP/XML parsing I’m just going to jump right into the XML and PHP without much of an explanation. For this project I decided to create a mock-news headline parser. Basically, we have our XML file that has news headlines and a brief description of the story.”
Link to this tutorial: XML Parsing using PHP {Intermediate}
“ This tutorial will show you how to take data that is stored in your mySQL database and easily turn it into XML. From there you can use the XML however you wish. This is useful for blogs, shoutboxes, guestbooks, or even larger things such as back-end CMS (content management systems) for your site or sites. While writing this tutorial I am making the assumption that if you are looking at this tutorial then you already have a decent grasp of some of the basics of PHP and also that you know basic XML syntax rules.”
Link to this tutorial: Output mySQL data as XML with PHP

Before actually deciding upon any web design, a lot of web design consulting needs to be done. Ideally this should be done alongwith web development consulting. This is because while thinking over a web site design, a lot of things need to be taken into consideration, like getting a dedicated hosting service, that would provide colocation hosting as well.




















10 Responses to “A few XML & PHP Tutorials”
By brad parks on Dec 23, 2005 | Reply
a good xml parser for PHP is DOMIT. It’s open source, DOM compliant, and is written completely in PHP, but will use expat for SAX parsing if you want… So it’ll deploy on lots of old PHP distros easy as pie!
http://www.engageinteractive.com/domit
By DesignStage.Net on Jan 18, 2006 | Reply
good stuff!!
thanks
By fanclubbers.org on Jan 20, 2006 | Reply
Thanks for the extra info…
By matthews on Mar 6, 2008 | Reply
Hey,
I found this great article on Hurricane softwares about XML. It consists of everything a newbie like me to know before diving into XML.
http://www.hurricanesoftwares.com/2008/03/06/all-about-extensible-markup-language-xml/
i hope it will help.
Matthews