do tabeli. Kod strony przedstawia się w ponizszy sposob:
Robię coś takiego:
preg_match_all('/<table width=\"100%\" cellspacing=\"2\" cellpadding=\"2\">(.*)<\/table>/is', $html, $matches);
jednak wynikiem jest: Array ( [0] => Array ( ) [1] => Array ( ) )
Co jest nie tak w moim wyrazeniu regularnym ?