At work, we have two servers - one is an individual webapps server where we host PHP programs, etc., and the other is our "outside" server. Our webapps server isn't visible to the public, for security and other reasons, but is called on from the outside server. The easiest way I've been able to do this, so far, is using the IFRAME command. However, I'm trying to find a way to do this, with PHP or otherwise, that doesn't involve IE-specific HTML commands. How can I do this?
Specifically, we have a PHP program running on our "webapps" server that, when viewed using PHP includes, doesn't properly display graphics, etc. I can provide a screenshot if needed; what appears to happen is that all links (which are relative) end up becoming relative to the outside server, and everything screws up.
Any suggestions?
My apologies if this makes little sense. I still haven't had my coffee yet.
Rob
Specifically, we have a PHP program running on our "webapps" server that, when viewed using PHP includes, doesn't properly display graphics, etc. I can provide a screenshot if needed; what appears to happen is that all links (which are relative) end up becoming relative to the outside server, and everything screws up.
Any suggestions?
My apologies if this makes little sense. I still haven't had my coffee yet.
Rob
