Tutorials by phpbuilder.com

You can find here all the 32 tutorials by phpbuilder.com. The author's home page URL is http://www.phpbuilder.com.
Sort byTutorials Per Page
Pages:1 | 2 | 3 | 4 | Next| Last
In this article we are going to delve deeper into Ajax and explore how XSL can be used on both the client side (using Javascript) and on the server (using PHP) to transform XML data into XHTML.
August 10, 2009 Today Views: 1 Total Views: 459
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.
June 18, 2009 Today Views: 1 Total Views: 692
This article describes an alternative way of converting XML to HTML using the SAX parser.
June 17, 2009 Today Views: 2 Total Views: 650
In the last few years, XML has received great media attention, and most languages support the parsing and extraction of data from XML documents. Besides being a great three-letter anacronym to sprinkle on your resumé, XML is actually a useful data storage structure for PHP programmers.
June 15, 2009 Today Views: 1 Total Views: 588
Prompted by a few postings to the PHP4Beta list I realised that it would be possible to employ a workaround and still use PHP, so I set off to see if I could get it to work. Needless to say I did, so here is a very simple example of using PHP to generate XML dynamically and then using Cocoon ...
November 5, 2008 Today Views: 1 Total Views: 661
To begin with, let's create two new rss feeds to read....
July 28, 2008 Today Views: 1 Total Views: 659
This article will focus on SOAP and WSDL (both of which use XML as their underlaying method of describing data) and demonstrate how a PHP script can act as a SOAP client and auto-magically discover detailed information about a web service.
July 16, 2008 Today Views: 3 Total Views: 567
In this article we will demonstrate how PHP can be used to call upon web services provided by third part sites via an XML-RPC server. We will also show you how to create your own XML-RPC and use client-side Javascript to invoke procedures in your PHP scripts.
July 11, 2008 Today Views: 1 Total Views: 588
In this installment, we are going to focus on Ajax, one of the most useful and topical applications of XML.
July 8, 2008 Today Views: 1 Total Views: 424
This tutoril will show you how to create a basic RSS reader yourself.
June 30, 2008 Today Views: 2 Total Views: 439
Pages:1 | 2 | 3 | 4 | Next| Last