[PHP] pobierz, plaintext <?php$string = "jakis cos 1 1 2 3 45";$replace = str_replace( ' ', ' ', $string );echo $replace;?>[PHP] pobierz, plaintext