Code: Select all
$html = '<td>
<span onmouseover="_tipon(this)" onmouseout="_tipoff()">
<span class="google-src-text" style="direction: ltr; text-align: left">
1206732400OWYJ
</span>
1206732400OWYJ
</span></td>';
Code: Select all
$html = '<td>
<span onmouseover="_tipon(this)" onmouseout="_tipoff()">
1206732400OWYJ
</span></td>';
I dont know that much about preg_match.... Please help me with this... thanks!