preg_match...please help.
Posted: Thu Mar 04, 2004 3:31 pm
hi all.
i'm trying to read a url and parse the html, retriving only a few parts.
ex:
<html>
<body>
<b>Results<b><br>
<table>.....</table>
<b>Another results</b><br>
<table>....</table>
</body>
</html>
using preg_match, how can i print only the content in the tables after de <b> tags?
is there another way of doing this?
thanks.
i'm trying to read a url and parse the html, retriving only a few parts.
ex:
<html>
<body>
<b>Results<b><br>
<table>.....</table>
<b>Another results</b><br>
<table>....</table>
</body>
</html>
using preg_match, how can i print only the content in the tables after de <b> tags?
is there another way of doing this?
thanks.