PHP Regular expressions class/id -
PHP Regular expressions class/id -
i'm using regular expressions in new project of mine.
but can't seem figure out how format stuff correctly.
i have base of operations code:
if(preg_match_all("here", $printable, $matches, preg_set_order)); { foreach($matches $match) { echo("$match[1]<br />"); } }
at moment i'm trying grab table rows:
<td class="sourcenamecell"> <img style="width:16px; height:16px;" src="imageluink.png"/> <a href="index.pho">link title</a> </td>
if know of tutorials on using div/tables/general html appreciate it.
any help great, thanks!
use querypath library, parsing tool
http://querypath.org/
it has ability utilize css selectors jquery, on php side
php
Comments
Post a Comment