|
Posted by theoryboy@my-deja.com on 06/21/06 13:59
I have a PHP web page hosted by a server I do not control. I would like
to add some more advanced functionality, specifically using XML-RPC,
that is not supported by this server. I can host this extra content on
a web server I do control. I don't want to migrate the whole site,
because my server is an experimental box and may be subject to
downtime; in this case, I don't mind losing the extra content, but I
want the main page to stay in place.
My question is about the best way to embed pages from an external
server. I guess I can use fopen (or similar) to display the page
itself, but I also need the external server to respond to get and post
variables. Could I write a wrapping page to perform this functionality?
Any other suggestions?
Peter
[Back to original message]
|