The manual says:
PHP scripts are not allowed to create or destroy communicators. Rather, a
communicator is created prior to each PHP request, and is destroyed after the request completes.
Does this mean that a .php web page can only use interfaces from a single IceGrid? I want to make a page that mixes information from services running on several separate Icegrids.
How can I do this in php if I'm only allowed one communicator?
I think the answer is "you can't", but I'm just making sure.