Hello guys i am trying to get the text inside specific <td's>
. Each one has a id="uniqueName" - Such as: <td id="engineTypeField" class="normal2" colspan="2"> 3.0L L6 SFI DOHC</td>
but i am having bad luck - learning regexp as doing so
This is what i have: preg_match ("<td id='\/engineTypeField\/(.*)>(.*)</td>i", $result, $matches); // testing just enginetype