i have a html code with more tables
this is code:
<table><tr><td width=10>x<td width=20 align=left>b</tr></table>
is this 3 table
my tables not have close tag(</td>)
i want get content only.
this is my php code for get
preg_match_all("/>(.*?)</si", $htmlcode, $matches);
but i need better code for get info
please help me
thank you
Edited by lol33d, 25 August 2011 - 10:54 AM.


Sign In
Create Account


Back to top









