[HTML] pobierz, plaintext <td>cos</td> </tr> <tr>[HTML] pobierz, plaintext
[PHP] pobierz, plaintext preg_match("/<th>ilosc:<\/th>/\s/<td>(.*?)<\/a>/\s/<\/td>/si", $strona, $scen);[PHP] pobierz, plaintext
[PHP] pobierz, plaintext $txt = '<td>cos</td> </tr> <tr>'; $txt = str_replace( '/\s*/m', '', $txt); echo $txt;[PHP] pobierz, plaintext
[PHP] pobierz, plaintext $txt = '<td>cos</td> </tr> <tr>';$txt = preg_replace('@([\r\n])[\s]+@', '', $txt);echo $txt;[PHP] pobierz, plaintext