Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.
Code:
<?php

$c = curl_init("http://www.page.com");
curl_setopt($c,CURLOPT_RETURNTRANSFER,1);
$page = curl_exec($c);
curl_close($c);

print $page;

?>

damn yours was shorter.
 
kingjr3 said:
I would ask what URL are you trying to read and which method you are trying?

The URL is secret in this case, as it pertains to a really nice project (OSX and iTMS related) I'm going to release in the near future (If either of you would like to help, we could discuss it in a more discreet nature). And that result occurred with both methods.

Send an email to olliewagner@mac.com if you'd like to discuss this further.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.