phpbar.de logo

Mailinglisten-Archive

[php] =?iso-8859-1?Q?Z=E4hlen?=

[php] =?iso-8859-1?Q?Z=E4hlen?=

Franz Graf fg_(at)_FutureByte.net
Wed, 26 Apr 2000 13:12:07 +0200


> Ich möchte gerne zählen, wie oft ein chr(10) bzw.
> ein <br> in meinem String vorkommt, wie mache ich
> das?

Auf die Schnelle:
$x   = explode(chr(10),$deintext);
$anz = count($x)-1; // <- das sollte die Anz. der chr(10) sein

Franz
-- 
http://www.Locked.de
[Franz Graf      - Webdesign                ]
[FutureByte GmbH - Net Development Equipment]
[http://www.futurebyte.net                  ]


php::bar PHP Wiki   -   Listenarchive