[HTML] pobierz, plaintext <table border="1" cellspacing="1" bgcolor="#CCCCCC"> <tr> <td style="font-size:12pt"> <p align="center"><b>tekst</b></p> </td> </tr></table>[HTML] pobierz, plaintext
[HTML] pobierz, plaintext <table> <tr> <td>tekst</td> </tr></table>[HTML] pobierz, plaintext
[PHP] pobierz, plaintext <?php// $input -> string that contains html code $input = preg_replace('#<([a-zA-Z]) (.*?)>#is', '<\\1>', $input);?>[PHP] pobierz, plaintext
[PHP] pobierz, plaintext <?phpstrip_tags($text, '<p>');?>[PHP] pobierz, plaintext