PHP Classes

File: basic.txt

Recommend this page to a friend!
  Classes of Taha Paksu   SimpleXML for PHP4   basic.txt   Download  
File: basic.txt
Role: Sample output
Content type: text/plain
Description: Basic Output
Class: SimpleXML for PHP4
Load XML files in PHP 4 like SimpleXML extension
Author: By
Last change:
Date: 16 years ago
Size: 337 bytes
 

Contents

Class file image Download
Example XML file: <?xml version="1.0" encoding="ISO-8859-1"?> <note> <to>Tove</to> <from>Jani</from> <heading>Reminder</heading> <body>Don't forget me this weekend!</body> </note> Class Output : Array ( [to] => Tove [from] => Jani [heading] => Reminder [body] => Don't forget me this weekend! )