Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Create XML files using PHP under IIS...

Status
Not open for further replies.

WartookMan

Technical User
Nov 24, 2003
346
AU
I have installed PHP 4.3.6.6 under IIS 5.0 (Windows XP). I would like to be able to create XML files and store them on the filesystem (using predefined methods, not simply outputting a text file in XML format).

What is required to do this?

I've had a look on Google and Tek-Tips, and don't seem to be able to find what I'm looking for. I've read a couple of articles on XML_Tree (a PEAR class), but I'm still a little confused on how to install it.

Has anyone installed the XML_Tree extension for PHP?

Pete.


Web Developer & Aptrix / IBM Lotus Workplace Web Content Management (LWWCM) Specialist
w: e: Pete.Raleigh(at)lclimited.co.uk
 
If XML_Tree is a PEAR class, just put the files in your include path. PEAR classes are simply PHP scripts.

Your system should have a set of PEAR classes already installed. If you look in the directory where your PEAR classes are installed, you should see a directory "XML". Copy "Tree.php" from the tarball and the entire Tree directory to your PEAR class include directory.




Want the best answers? Ask the best questions!

TANSTAAFL!!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top