PHP-Code: <?php $x = 0; for($i=0; $i<sizeof($string); $i++){ if(substr($string, $i, 1) == "\n"){ $x++; } } ?>
<?php $x = 0; for($i=0; $i<sizeof($string); $i++){ if(substr($string, $i, 1) == "\n"){ $x++; } } ?>
Foren-Regeln