Possible Duplicate:
including php file from another server with php
Every php programmer knows that the include() function of php is used to include a php file in another php file,but i want to know that is it possible to including a php file which resides in a different server.i.e. suppose i want to include a.php in b.php now suppose a.php and b.php resides in different server,in that case is it possible to include a.php in b.php?