News Feed
Jobs Feed
Sections

Recent Jobs

News Archive
PHPBuilder.com:
Dynamic XML with PHP
August 20, 2007 @ 12:48:00

PHPBuilder.com has a new tutorial posted today with a look at the easy creation of dynamic XML with the data from a database.

In this article I will show how to generate dynamic XML documents with Object-Oriented PHP. Before I get started, let's get right to the heart of this functionality. Although the code may look fancy, being packaged up inside objects and inheritance, the key elements of this functionality rest in the the mysql_list_fields() and mysql_num_fields() functions.

The XML is built manually with the tags assigned to a string as they are built. The information is from a simple query to select all from a user-defined table and is output with a UTF-8 character encoding. They also include a Javascript (download) that helps in making an XMLHttpRequest connection to fetch the XML you've created and pull it in.

0 comments voice your opinion now!
dynamic xml create database xmlhttprequest ajax tutorial dynamic xml create database xmlhttprequest ajax tutorial



Similar Posts

Alexander Netkachev's Blog: Practical PHP events: The Java way

YoungCoders.com: The PHP Construct You've Never Used

ParanoidFerret.com: Flex & PHP Tutorial - Transmitting data using JSON

Builder.com: Match users to their geo-location with PHP and PEAR Net:Geo

Felix Geisendörfer's Blog: How to Plugin'ize Your App


Community Events











Don't see your event here?
Let us know!


application PHP5 releases code job book zend PEAR framework ajax release database package example developer zendframework mysql conference security cakephp

All content copyright, 2008 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework