Code:
$teststr = "epvp";
echo nl2br( "\n\n$teststr\n");
for($h=1;$h<=4;$h++)
{
$array[]= nl2br( "$h mal durchgewürfelt: ".str_shuffle($teststr)."\n");
echo $array[$h];
}
$teststr = "epvp";
echo nl2br( "\n\n$teststr\n");
for($h=1;$h<=4;$h++)
{
$array[]= nl2br( "$h mal durchgewürfelt: ".str_shuffle($teststr)."\n");
echo $array[$h];
}