[PHP] Impossible to list attributes of xml-element?

2005-05-26 Thread Victor Spång Arthursson
0) gives me the only element in the result in the form of a domelement. This domelement should have a lot of attributes, but I cant find no way to get some kind of list over those attributes, to work further with. Could someone please point me in the same direction? Sincerely Victor -- PHP

[PHP] DOM: browse childnodes but not recursively

2005-05-27 Thread Victor Spång Arthursson
ant to receive a list when I call childNodes (or equivalent) that gives me the elements with id 51-56, and a length of 6. Really really thankful for any input on the matter Sincerely Victor -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] DOM: browse childnodes but not recursively

2005-05-30 Thread Victor Spång Arthursson
whats function is to create a multidimensional array. 3. Foreach item in the list I check if it has any children. 4. If so, I do the recursive call, with the list of children as input. So far so good, but when I come to the second loop, when the input is the list from the childNodes, everything stops working... Sincerely Victor

Re: [PHP] Getting LDAPS to work

2001-02-20 Thread Victor V . Evtushenko
t;, 689); where 689 is port number for SSL connection? If you use another port number, you should change 689 to whatever you use. Victor. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

[PHP] Learning PHP

2002-04-20 Thread Victor Javier Martinez Lopez
I'm started with PHP and I'm interested in find any place with some docs and example code. Can anyone help me? Thanks in advance.

[PHP] Thanks

2002-04-21 Thread Victor Javier Martinez Lopez
Thanks everyone for your help.

<    1   2   3