$arr = file('d:\\error_log.txt', FILE_IGNORE_NEW_LINES | FILE_SKIP_EMPTY_LINES);
echo "<pre>";
print_r($arr);
echo "</pre>";
/*
run:
Array
(
[0] => [20-Apr-2015 19:44:45 UTC] PHP Notice: Undefined index: uc in /home/seek4info/go.php on line 16
[1] => [20-Apr-2015 19:44:45 UTC] PHP Notice: Undefined index: kw in /home/seek4info/go.php on line 17
[2] => [20-Apr-2015 19:44:45 UTC] PHP Notice: Use of undefined constant scheme - assumed 'scheme' in /home/seek4info/go.php on line 50
[3] => [20-Apr-2015 19:44:45 UTC] PHP Notice: Use of undefined constant host - assumed 'host' in /home/seek4info/go.php on line 50
...
*/