Andreas Korthaus: Sortierskript

Beitrag lesen

Hi!

Hier mal mein bisheriger Code:

<?php
$sorti[] = "tdsghshl";
$sorti[] = "64jmn65k";
$sorti[] = "76laa43t";
$sorti[] = "gfh5uj5j";
$sorti[] = "dgfh5522";
$sorti[] = "xxxqqwwg";
sort ( $sorti );
echo $sorti[];
?>

echo implode("<br>\n", $sorti);

Grüße
Andreas