Search found 2 matches
- Thu Apr 10, 2008 4:02 pm
- Forum: PHP - Code
- Topic: Text extract from html table
- Replies: 3
- Views: 1051
Re: Text extract from html table
Great, thanks for the help. Pretty cool regex tool you have there, I'll using that 
- Wed Apr 09, 2008 9:11 pm
- Forum: PHP - Code
- Topic: Text extract from html table
- Replies: 3
- Views: 1051
Text extract from html table
I need to extract the table contents from this html code into an array. I've been trying to use preg_match_all but without success and could use some clues. Thanks! <TR> <TD colspan="3" height=9 ALIGN="left"><FONT SIZE=2>   text1</TD></FONT> ...