Hello.
Does anyone know how to 'include' (or use another command) to call an address (e.g. filename.htm) located on another server?
Thanx.
$page = "http://www.yahoo.com"; $fp = fopen($page, "r"); fpassthru($fp);