Forum Moderators: coopster
$chars = preg_split('/<td.*>/i', $mystring);
print_r($chars); I am using this code but it is extracting only td's with attribute not normal <td>.
i think problem is of "." it is telling atleast one character after <td can any body tell me how to do this.
Vineet