Looking for more information on how to do PHP the right way? Check out PHP: The Right Way

VT's Tech Blog:
A Few XML & PHP Tutorials
Dec 23, 2005 @ 14:01:18

From "VT's Tech Blog" today, there's a new post that points out a few PHP and XML tutorial over on kirupa.com.

Here are a few XML parsing tutorials from kirupa.com. Kirupa.com is a cool place to check out tutorials on Flash and PHP.

The three tutorials are:

Both of the parsing tutorials use the SAX extension that comes by default in PHP but is also more difficult to use. The DOM extension has a cleaner feel too it, but isn't as standard. Overall, though, they do provide a good look at how you can simply parse XML with a quick PHP script...

tagged: xml tutorial kirupa.com xml tutorial kirupa.com

Link:


Trending Topics: