Re: [PHP] hopefully easy

2003-01-29 Thread Didier McGillis
cool thanks From: "1LT John W. Holmes" <[EMAIL PROTECTED]> Reply-To: "1LT John W. Holmes" <[EMAIL PROTECTED]> To: "Didier McGillis" <[EMAIL PROTECTED]>, <[EMAIL PROTECTED]> Subject: Re: [PHP] hopefully easy Date: Wed, 29 Jan 2003 08:5

RE: [PHP] hopefully easy

2003-01-29 Thread Steven Balthazor
ou are searching through $matches are the results of the search Cheers, Steven Balthazor -Original Message- From: Didier McGillis [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 29, 2003 6:24 AM To: [EMAIL PROTECTED] Subject: [PHP] hopefully easy I need to parse an HTML file for cer

Re: [PHP] hopefully easy

2003-01-29 Thread 1LT John W. Holmes
> I need to parse an HTML file for certain information. Like the text between > . > > So if the html was ... > > > > The page > > > > > Lots of code . > > > > > I would just like the "The page" text. preg_match("!(.*)!si",$html,$match); echo $match[1]; That will account fo

[PHP] hopefully easy

2003-01-29 Thread Didier McGillis
I need to parse an HTML file for certain information. Like the text between . So if the html was ... The page Lots of code . I would just like the "The page" text. _ Add photos to your e-mail with MSN 8.