phpbar.de logo

Mailinglisten-Archive

[php] =?iso-8859-1?Q?Re:_[php]_String_=E4ndern?=

[php] =?iso-8859-1?Q?Re:_[php]_String_=E4ndern?=

Rene Paschold mailing_(at)_rpnetworks.de
Wed, 06 Sep 2000 10:01:38 +0200


>$alles = 0; $tmp = "";
>for ($i=0; $i < count($words); $i++) {
>
>         $alles  += (strlen($words[$i]) + 1) ;// space
>
>         if ($alles > 30)
>         {
>                 $tmp .= $words[$i]."\n";
>                 $alles = 0;
>         }
>         else
>                 $tmp .= $words[$i]." ";
>}//for


Dachte mir mir fast das ich nur einen kleine Fehler
gemacht hatte...

OK, danke allen die geschrieben haben.

Gruß


--
Rene Paschold
Webmaster RPN (http://www.rpnetworks.de)
ICQ - 1398307

"Believe in your dreams - there is nothing that you can't get done"
--



php::bar PHP Wiki   -   Listenarchive