Je moet ingelogd zijn om te stemmen.
<?php echo strlen('sitemasters'); // Output: 11 ?>
<?phpecho strlen('sitemasters'); // Output: 11?>
<?php $SiMa = substr("sitemasters", 0, 5); echo $SiMa."..."; ?>
<?php$SiMa = substr("sitemasters", 0, 5);echo $SiMa."...";?>