preg_match() find all values inside of table?

Posted by mathiregister on Stack Overflow See other posts from Stack Overflow or by mathiregister
Published on 2011-02-09T15:23:18Z Indexed on 2011/02/09 15:25 UTC
Read the original article Hit count: 196

Filed under:
|
|

hey guys, a curl function returns a string $widget that contains regular html -> two divs where the first div holds a table with various values inside of <td>'s.

i wonder what's the easiest and best way for me to extract only all the values inside of the <td>'s so i have blank values without the remaining html.

any idea what the pattern for the preg_match should look like?

thank you.

© Stack Overflow or respective owner

Related posts about php

Related posts about curl