use a search engine. if you can't find what you need, then ask. if
you already did this, then state that you already looked and you
found xyz, but xyz isn't telling you what you need to know, which is
specifically "blah".
best,
charles
On Jul 6, 2005, at 2:59 PM, Cima wrote:
hi
[snip]
i would like to know where i could find more info on xml and working xml
with php.
[/snip]
Start with the manual http://www.php.net/xml
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Make sure that you have all the dlls that are needed for php+dom. these
dlls need to be in your windows path as well.
Uncomment the dll in your php.ini file and restart the webserver. View a
php page with phpinfo() as the only function in that page:
See if you have dom in there. If not then fol
[snip]
1
Title 1
Description 1
[snip]
so I can parse and read xml file but I can't add or modify nothing in my
xml file and even not create xml file !
[/snip]
Uh, XML files are text files which you can modify with any of the text
handling functions in PHP. What exactly are you trying to accomplish?
--
PHP General Mailing List
gt;
Sent: Thursday, July 31, 2003 3:03 PM
Subject: RE: [PHP] xml and php
[snip]
I'm a beginner in php.
I want to manipulate xml file with Php (add some element, modify some
element, delete some element and consult some element) but when I try
domxml_open_file I obtain sys
[snip]
I'm a beginner in php.
I want to manipulate xml file with Php (add some element, modify some
element, delete some element and consult some element) but when I try
domxml_open_file I obtain system error : Call to undefined function:
domxml_open_file()
I heard about use --with-do
It didn't help :(
- Original Message -
From: "Matthew Loff" <[EMAIL PROTECTED]>
To: "'Chris'" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Saturday, December 01, 2001 10:03 AM
Subject: RE: [PHP] XML and PHP - dynamic hell
>
&
Did you try adding:
header("Content-Type: text/xml");
To the top?
-Original Message-
From: Chris [mailto:[EMAIL PROTECTED]]
Sent: Saturday, December 01, 2001 12:34 AM
To: [EMAIL PROTECTED]
Subject: [PHP] XML and PHP - dynamic hell
I'm having one page output XML for other sites to p
9 matches
Mail list logo