php-general | 2005051
Date: 05/13/05
- Next message: john <email protected>: "Re: [PHP] Hello, I'm new..."
- Previous message: john <email protected>: "Re: [PHP] Hello, I'm new..."
- In reply to: Georgi Ivanov: "[PHP] domxml problem"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Fri, 2005-05-13 at 10:31, Georgi Ivanov wrote:
> But it gives me error on this line :
> $DomDocument = domxml_open_file($file);
What's the error?
Try:
$dom = dom_xml_file($file);
--s/:-[(/]/:-)/g
Brian GnuPG -> KeyID: 0x04A4F0DC | Key Server: pgp.mit.edu ====================================================================== gpg --keyserver pgp.mit.edu --recv-keys 04A4F0DC Key Info: http://gfx-design.com/keys Linux Registered User #339825 at http://counter.li.org
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
- Next message: john <email protected>: "Re: [PHP] Hello, I'm new..."
- Previous message: john <email protected>: "Re: [PHP] Hello, I'm new..."
- In reply to: Georgi Ivanov: "[PHP] domxml problem"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

