[PHP] remote call

2005-04-25 Thread Uro Gruber
Hi! I need some sort of RMI style with PHP. For example: 10 servers with backend server in php. Then on frontend server I need to get request from this servers. regards Uros -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Simple XML

2005-03-04 Thread Uro Gruber
Jochem Maas wrote: Richard Lynch wrote: Uro Gruber wrote: resData domain:chkData xmlns:domain=urn:ietf:params:xml:ns:domain-1.0 xsi:schemaLocation=urn:ietf:params:xml:ns:domain-1.0 domain-1.0.xsd domain:cd domain:name avail=1bar.com/domain:name /domain:cd

[PHP] Simple XML

2005-03-03 Thread Uro Gruber
Hello! I have trouble parsing some XML data. I'm doing EPP client http://www.iana.org/assignments/xml-registry/ns.html And responses I get uses XML shemas. Header of response is epp xmlns=urn:ietf:params:xml:ns:epp-1.0 xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance;

[PHP] Regexp help second

2005-01-06 Thread Uro Gruber
Hi! Last help about regexp solve my problem, but I have another one. I've made some regexp but it does not work always Let say I have some strings 1) this is some domain.com test 2) domain.com I can make this work either for first example of fo second, but not for both. What I want is replace of

[PHP] Regular help

2005-01-05 Thread Uro Gruber
Hello! I'm pulling my hair so please help. I need correct regular expression to get string between but if I use 2 pair of must also work this is some kind of a test matches would be this is some kind of a test I hope somebody have and idea, because I can only get one or everything from first