[PHP] Re: preg_grep Help (Regular expresion)

2002-05-12 Thread Jason Morehouse
$file needs to be an array: $file = file(myfile.txt); On Sun, 12 May 2002 12:56:08 +1200, Brian C. Doyle wrote: Hello all, I have a file that has ip address in it.. I need to pull those ip addresses out. Currently I am trying:

Re: [PHP] Re: preg_grep Help (Regular expresion)

2002-05-12 Thread Brian C. Doyle
Hello all, I did foget to mention that I had $file as $file=file(Status.htm); and it reads the file as 1 line it seams. At 11:31 PM 5/12/02 +1200, Jason Morehouse wrote: $file needs to be an array: $file = file(myfile.txt); On Sun, 12 May 2002 12:56:08 +1200, Brian C. Doyle wrote: