• CSS3 Menu Maker
    Beautiful css menus and buttons with round corners, gradients and shadows. NO JavaScript, NO Images, CSS Only!
    CSS3Menu.com

Categories
Tags → Xml In Php

PHP 4 Developer''s Guide

This book provides the tools and information needed to build dynamic Web applications and datababses with PHP 4. Covers installation, configuration, database connectivity, working with XML and CGL, and much more. Also includes details on the new feat...
DETAILS

Web Application Development with PHP 4.0

In the first part of Web Application Development with PHP the authors explain PHP''s advanced syntax like classes, recursive functions and variables. They present software development methodologies and coding conventions which are a must-know fo...
DETAILS

rdfparse.php3

rdfparse.php3 is a simple RDF/RSS parser written in PHP3 (though it should work just fine in 4). The parser makes use of PHP''s XML routines, so you''ll need to configure PHP with --with-xml to use it. rdfparse.php3 is currently being used ...
DETAILS

PHP developers: Fill your XML toolbox

The PHP scripting language''s XML support has a few gaps, but you can fill them with Java objects in a pinch. In this article, find out what XML tools are available now for PHP developers looking to craft XML projects, and find out how to access...
DETAILS

xml2tree

This project is effectively a library class for reading/writing/displaying XML documents, for manipulating them in memory by adding/deleting/changing attribute values and child nodes, and for extracting specific nodes from larger XML objects. It is...
DETAILS

PHP and XML, technical or cultural gap?

Classified as &"the most popular Apache module&" by E-Soft, PHP is one of the least frequently mentioned languages amongst the XML discussion lists. PHP4 brings many enhancements to PHP''s object oriented features and should th...
DETAILS

PHP: Past, Present, and Future

You may already know that PHP is fast, stable, and easy to learn, but you may not know how it got that way. In this interview, Rasmus Lerdorf, the creator of PHP, talks about the unlikely origins of this open-source product. Then core developers Stig...
DETAILS

Metabase

Metabase is a set of PHP classes that provides DBMS independent access and management of databases. Currently it features: Set of functions that call the selected DBMS driver objects functions; DBMS Drivers classes; A parser class for interpreting DB...
DETAILS

Professional PHP

This book covers middle-tier programming with PHP. It features: Real world, practical experience and techniques; From installation and configuration of the PHP3 engine to advanced dynamic application design; Definitive coverage of core PHP language a...
DETAILS

FishCart

FishCart(sm) is an OpenSource catalog management system for online e-commerce solutions. The key benefits include multiple parallel catalogs, multiple languages, timed sales, coupons, product options, Associate ID tracking, XML order export, and Web ...
DETAILS

Page:
On Twitter
Blogs & Forums
Web
  • Bruno Pedro examines the two main APIs for transforming XML from the PHP web scripting language: XML_Transformer and XSLT. This article compares two methods of transforming XML in PHP: PEAR's XML_Transformer package and the W3C XML transformation language XSLT. — “XML.com: Transforming XML with PHP”, xml.com
  • To follow the construction of the XML parser, load the example XML file into another window using the link in the Navigation Bar. Multiple contacts can be specified by repeating the CONTACT tag and the PHP file therefore needs to keep track of the number of contacts used in. — “Parsing XML using PHP”, codehelp.co.uk
  • This article is intended for PHP developers at all levels who are interested in using the new XML functionality in PHP 5. Only basic, general knowledge about XML is Although some of these deficiencies were dealt with in the 4.3 series of PHP 4, the developers nevertheless. — “XML in PHP 5 - What's New?”, devzone.zend.com
  • It is a library implementing the XML-RPC protocol, written in PHP. In more detail: sending specially crafted malformed xml to a server would cause the php script to emit a php error instead of returning an appropriate xml response. — “XML-RPC for PHP”, phpxmlrpc.sourceforge.net
  • Ever wished for an easy way to transform SQL result sets into XML? The examples in this article require a PHP build that has support for PHP's DOM, XSL and SimpleXML functions. — “Turn SQL into XML with PHP”, ibm.com
  • This article will present the concept of XML parsing using the PHP scripting language. We've used a nice trick by David Medinets from his book PHP3 - Programming Browser-Based Applications for extracting the XML data in PHP. — “Wireless Developer Network - XML, RSS, and PHP”, wirelessdevnet.com
  • xml_parser_set_option — Set options in an XML parser. xml_set_character_data_handler — Set because tree-based parsers must fully load the file into memory in order to parse the XML. — “PHP: XML Parser - Manual”, php.net
©2010 A--9.com