Welcome Guest, Not a member yet? Register   Sign In
Count words in Div
#5

[eluser]John_Betong_002[/eluser]
I fail to understand how the string of words get into the DIV.

Code:
<?php
        $str =
        "
         Pellentesque habitant morbi tristique senectus et
         netus et malesuada fames ac turpis egestas.
         Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante.
         Donec eu libero sit amet quam egestas semper.
         Aenean ultricies mi vitae est. Mauris placerat eleifend leo.
        ";
      ?>
  <div id="somediv">
    <p>
      &lt;?php echo $str;?&gt;
    </p>
    &lt;?php echo 'Word count: ' .str_word_count($str,0); ?&gt;
  </div>
&nbsp;
&nbsp;


Messages In This Thread
Count words in Div - by El Forum - 01-19-2012, 04:39 AM
Count words in Div - by El Forum - 01-19-2012, 05:20 AM
Count words in Div - by El Forum - 01-19-2012, 06:46 AM
Count words in Div - by El Forum - 01-19-2012, 07:46 AM
Count words in Div - by El Forum - 01-19-2012, 09:28 AM
Count words in Div - by El Forum - 01-19-2012, 03:16 PM
Count words in Div - by El Forum - 01-23-2012, 08:11 AM
Count words in Div - by El Forum - 01-23-2012, 08:33 AM



Theme © iAndrew 2016 - Forum software by © MyBB