Re: [PHP] simplexml_load_file problem

2010-05-24 Thread shahrzad khorrami
by using of ' simplexml_load_string' instead of file, I solved my problem :) thanks

[PHP] simplexml_load_file problem

2010-05-24 Thread shahrzad khorrami
hi all, $results is a xml format string, I want to get this string as a real xml file $nodes = simplexml_load_file($results); but $nodes is empty array... how can I do that? nodes must be an object contains xml Thanks, Shahrzad Khorrami

Re: [PHP] Simplexml_load_file: 401 Authorization Required

2010-05-17 Thread Nathan Nobbe
On Mon, May 17, 2010 at 4:01 PM, Michael Stroh wrote: > I've created a php file (getcalentries.php) that creates an xml output and > have a second page (plots_test.php) that reads in the xml file and displays > some plots. They've both in the same webdav folder so I have to enter > authentication

[PHP] Simplexml_load_file: 401 Authorization Required

2010-05-17 Thread Michael Stroh
I've created a php file (getcalentries.php) that creates an xml output and have a second page (plots_test.php) that reads in the xml file and displays some plots. They've both in the same webdav folder so I have to enter authentication information to load the plotting page, but my simplexml_load

[PHP] simplexml_load_file() improvement

2009-10-26 Thread Marco Barbieri
Hi all! This is my first mail, I hope I will use this mailing list in the correct mode. One of main advantages of SQL in the concorrent access of many script to the same database. I would like improve similar functions to the SimpleXML module. In particular, I want modify the simplexml_load_file()

Re: [PHP] simplexml_load_file()

2007-08-11 Thread Panquekas
--- > > Date: Fri, 10 Aug 2007 23:03:19 +0100 > > From: [EMAIL PROTECTED] > > To: php-general@lists.php.net > > Subject: [PHP] simplexml_load_file() > > > > Hello, > > > > I'm doing an script which it'll "read&quo

RE: [PHP] simplexml_load_file()

2007-08-11 Thread Bastien Koert
switch to an underscore comment_id instead bastien > Date: Fri, 10 Aug 2007 23:03:19 +0100 > From: [EMAIL PROTECTED] > To: php-general@lists.php.net > Subject: [PHP] simplexml_load_file() > > Hello, > > I'm doing an scri

[PHP] simplexml_load_file()

2007-08-10 Thread Panquekas
Hello, I'm doing an script which it'll "read" the xml values, but I have one problem doing that. On the xml there is a tag that has an hífen in the middle, so when I do "echo $xml->comment-id" it gives me an error. How can I make this work? Thanks in advantage.

[PHP] simplexml_load_file and proxy auth

2007-06-28 Thread Paul Scott
Does anyone know of a way to pass proxy auth to simplexml_load_*? Previously, I have used cURL to return the XML string from remote, but this seems kind of hacky to me, and was wondering if anyone had a better solution? Thanks --Paul All Email originating from UWC is covered by disclaimer htt