$str = "<TABLE borderColor=#cccccc cellSpacing=0 cellPadding=0 width=859 align=center border=1> 
<TBODY> 
<TR class=text> 
<TD width=241 height=20> 
<DIV class=text align=center>Product Number </DIV> </TD> 
<TD width=612 height=20> 
<DIV class=text align=center>DC-TD002 </DIV> </TD> </TR> 
<TR class=text bgColor=#99ccff> 
<TD height=20> 
<DIV class=text align=center>Product Name </DIV> </TD> 
<TD height=20> 
<DIV class=text align=center>10 Pcs P-Channel IRF9630+10 Pcs N-C IRF630 Power MOSFET </DIV> </TD> </TR> 
</TBODY> 
</TABLE>";
$reg = "/<div.*>(.*)<\/div>/i";
preg_match_all($reg,$str,$matches);
echo ($matches[1][1]);