[PHP] pobierz, plaintext $text = '23.56';echo substr( $text, strpos( $text, '.' ) + 1 );[PHP] pobierz, plaintext