how to call a php page on an other server
Posted: Fri Jan 12, 2007 6:31 am
Hello,
How can I call a page2.php from page1.php as in calling a function, so call page2 and stay in page1?
Is this possible (reason is, got two local servers, server1 and server2), server1 is connected trough a tunnel with an internet database.
I have got things happening on server2 where i need to access the internetsever so I like this to do trought server1 by calling a page on that server.
How should one do such thing ?
Thx !
How can I call a page2.php from page1.php as in calling a function, so call page2 and stay in page1?
Is this possible (reason is, got two local servers, server1 and server2), server1 is connected trough a tunnel with an internet database.
I have got things happening on server2 where i need to access the internetsever so I like this to do trought server1 by calling a page on that server.
How should one do such thing ?
Thx !