I'm not sure what you mean but try this: <?php $c = file_get_contents('http://www.example.com/'); ?> PHP: or you can use curl.
Heck, you can also iframe it. All these answers are correct for various situations. Exactly what are you trying to do?