English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

if so, can I get some links to some tutorials?

2007-02-15 12:48:42 · 5 answers · asked by Anonymous in Computers & Internet Programming & Design

5 answers

of course. you can get them at the php web site.

:> peace
.

2007-02-23 12:24:02 · answer #1 · answered by Anonymous · 0 0

Which XML functions are available to you will depend highly on (1) which version of PHP is running on your server, and (2) what XML add-in libraries were pre-compiled into your PHP (not all are considered "standard").

As a bare minimum, you will always have access to XML parser functions, which you would use for either reading the XML data into arrays, or to trigger callback functions as the XML structure is traversed.

2007-02-16 06:46:11 · answer #2 · answered by Anonymous · 1 0

Yes. PHP has extensive built-in support for XML.

http://us3.php.net/manual/en/ref.xml.php

http://www.phpbuilder.com/columns/index.php3?cat=2&subcat=27

2007-02-15 13:45:15 · answer #3 · answered by Anonymous · 0 0

yes you can. you can use pear XML to manipulate the XML file

2007-02-15 12:53:08 · answer #4 · answered by Robi Pasaka 2 · 0 1

check out this
http://www.ister.org/code/xml22/index.xhtml
http://www.java2s.com/Code/Php/XML/DOM-Edit.htm

2007-02-18 23:30:38 · answer #5 · answered by Atif Majid 3 · 0 0

fedest.com, questions and answers