[PHP] Problem with SimpleXML

2005-08-24 Thread Uroš Gruber
Hi! I have XML and I would like to set some values. I almost done the whole thing but have some problems when looping through some tags ... I would like to set value for tag "bar" in some loop and then export this back to XML. Is this even possible or it's better to use SimpleXML

Re: [PHP] optional rule quick_form

2005-08-11 Thread Uroš Gruber
Torgny Bjers said the following on 11.8.2005 14:44: I am assuming that this is after a post operation. If it's JavaScript, I think the question should be directed to another list. So, if you group the elements that should be validated after the checkbox has been checked, you can activate/deactiva

[PHP] optional rule quick_form

2005-08-11 Thread Uroš Gruber
Hi! I have one checkbox. I checkbox is checked I show additional fields (just set visiblity to true). But some of that fields are required only if this checkbox is checked. Is this possible with quick_form. I try myself with grouping but without any luck. regards Uros -- PHP General Maili

[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: bar.com foo.com But I cant get to this "cd" If I print_r complete response object it out of interest what does print_r() actually output? better yet what does