$html = ...<td> 04:04 <span class="redtext"> 2.09m</span></td>...
the value 2.09 in two matches, 2 then 09
my pattern so far...
Code: Select all
preg_match( "#\s+(\w{2})\:(\w{2})\s+[\<](\w{4}\s\w{5}[\=\w{9}\>\s+])#im", $html, $match);If anyone could tell me what i need to add to my current code that would be extremly helpful.
Thanks