[PHP] pobierz, plaintext <?php $string = "1, 2, 3, 4";$string = str_replace ("1", "<font color="red">1</font>", $string);echo $string; ?>[PHP] pobierz, plaintext
[PHP] pobierz, plaintext <?php $text = "1, 2 cos tam 2"; $text = preg_replace( "/d+/", "<font color="red">0</font>", $text); echo $text;?>[PHP] pobierz, plaintext