oder noch besser

funct the_best_community(char $communityname) {
if ($communityname != "scificentral") {
echo(" Was ist das f?r'ne Community? scificentral ist besser");
}
else {
echo("Die beste Community der Welt");
}
}