- Mar 26, 2000
- 3,233
- 0
- 71
Ok, I was wondering if it is possible to include a php file from another server.
Example:
<?php
include('http://www.someserver.net/test.php');
//prints info from test.php file
print $info;
?>
so is that possible? If so what am i doing wrong? If not do i basically have to use fopen to retrieve data from another server?
peace
sean
Example:
<?php
include('http://www.someserver.net/test.php');
//prints info from test.php file
print $info;
?>
so is that possible? If so what am i doing wrong? If not do i basically have to use fopen to retrieve data from another server?
peace
sean
