Re: [PHP-DB] preg_match html tags

2005-03-04 Thread Kathy_A_Wright
cc: Subject:Re: [PHP-DB] preg_match html tags [EMAIL PROTECTED] wrote: I am trying to get a string of text in an html page using preg_match. The text starts after the Purpose/p tag and ends before the next /p tag. When using preg_match it captures the first /p tag

Re: [PHP-DB] preg_match html tags

2005-03-02 Thread Martin Norland
[EMAIL PROTECTED] wrote: I am trying to get a string of text in an html page using preg_match. The text starts after the Purpose/p tag and ends before the next /p tag. When using preg_match it captures the first /p tag on the page and not the one after my starting point. Here is my starting