Je moet ingelogd zijn om te stemmen.
<?php $string = "abcdefghijklmnopqrstuvwxyz"; $string = str_replace("a", "", $string);// geeft bcdefghijklmnopqrstuvwxyz ?>
<?php$string = "abcdefghijklmnopqrstuvwxyz";$string = str_replace("a", "", $string);// geeft bcdefghijklmnopqrstuvwxyz?>