preg_match_all() help
- From: question.boy@xxxxxxxxxxx
- Date: Wed, 3 Dec 2008 18:24:15 -0800 (PST)
I can't seem to get my preg_match_all() to work.
I have a HTML file setup like
...
<tr>
<td><a href="#">Overall rating</a>: </td>
<td> 98% </td>
</tr>
...
And i am trying to extract just the 98% using preg_match_all(). I am
completly new to using preg_match_all() and completly lost. Could
someone give me some guidance please.
Thank you so very much!
QB
.
- Follow-Ups:
- Re: preg_match_all() help
- From: question . boy
- Re: preg_match_all() help
- Prev by Date: Re: [PHP] Re: $_POST suddenly empty; $_GET and _$REQUEST fine
- Next by Date: Re: [PHP] Re: $_POST suddenly empty; $_GET and _$REQUEST fine
- Previous by thread: RE: [PHP] $_POST suddenly empty; $_GET and _$REQUEST fine
- Next by thread: Re: preg_match_all() help
- Index(es):