[PHP] pobierz, plaintext <?php$detail=nl2br($_POST['detail']);?>[PHP] pobierz, plaintext
[PHP] pobierz, plaintext <?php$string = "example<b>example</b><a href='#'>text</a><strong>BBB</strong>";$string = strip_tags($string, "<b><a>");echo $string; // example<b>example</b><a href='#'>text</a>BBB?>[PHP] pobierz, plaintext