Jump to content

controller.php not found


debug

Recommended Posts

Hi-

 

Any ideas why i'm getting the message '404 - controller.php not found' from this bit of code?

 

Thanks.

 

$url = "http://www,reality-debug.co.uk/index.html";

if (!($fp = fopen($url, "r"))) { die("cannot open ".$url); }

$contents = '';


while ($line = fread($fp, 50000)) {

    $contents .= $line;
}

fclose($fp);

echo $contents;

Link to comment
https://forums.phpfreaks.com/topic/149359-controllerphp-not-found/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.