Jump to content
Fórum Script Brasil
  • 0

Conta Palavras


kurole

Question

4 answers to this question

Recommended Posts

  • 0

Tem várias formas de fazer isso... expressões regulares, explode(),... a que acho mais simples é esta:

1. Pega os 100 caracteres como você tá fazendo.

2. Pega a posição do último caractere de espaço com a função strrpos()

3. Pega uma substring que vai do caractere 0 ao caractere retornado pela strrpos().

Que tal? Como você vai pegar a string até o último caractere de espaço, não haverá uma última palavra cortada ao meio.

Link to comment
Share on other sites

  • 0

Estou tendando fazer assim deu certo

<?php

$array = str_word_count($kurole['descricao'], 1);

print $array[0]."&nbsp;";

print $array[1]."&nbsp;";

print $array[2]."&nbsp;";

print $array[3]."&nbsp;";

print $array[4]."&nbsp;";

print $array[5]."&nbsp;";

print $array[6]."&nbsp;";

print $array[7]."&nbsp;";

print $array[8]."&nbsp;";

}

?>

Mas que tem ascento não aparece! porque?

KUROLE

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



  • Forum Statistics

    • Total Topics
      152.2k
    • Total Posts
      651.8k
×
×
  • Create New...