Re: [PHP] In my attempt to read from a text file...

2001-03-12 Thread CC Zona
In article <[EMAIL PROTECTED]>, [EMAIL PROTECTED] (Peter Benoit) wrote: > I'd like to search inside the text file for my name, then pull all the info > from that point till the next name which is Fred. > > The text file would be called names.txt > > > So I'm trying to > > preg_match("Peter

[PHP] In my attempt to read from a text file...

2001-03-12 Thread Peter Benoit
I'm trying preg_match with no success. I'd like to search inside the text file for my name, then pull all the info from that point till the next name which is Fred. The text file would be called names.txt So I'm trying to preg_match("Peter",names.txt,$myname) then do the same for Fred, and