On Monday 16 May 2005 09:52, Georgi Ivanov wrote:
> On Friday 13 May 2005 20:03, Brian V Bonini wrote:
> > 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?
>
> The error is :
> "Call
On Friday 13 May 2005 20:03, Brian V Bonini wrote:
> 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?
The error is :
"Call to undefined function"
I tried with the new function ( domxml_open_
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
BrianGnuPG -> KeyID: 0x04A4F0DC | Key Server: pgp.mit.edu
Hello,
I compiled PHP 5 with following ./configure line
./configure \
--prefix=/usr/local/php5 \
--with-apxs2=/usr/sbin/apxs2-prefork \
--with-config-file-path=/etc/php5 \
--enable-mbstring \
--enable-mbregex \
--with-mysql \
--with-gd \
4 matches
Mail list logo