Get Mystery Box with random crypto!

@rextester_bot php $txt = '11+22+33+44+55+66+77+88+99+100'; $ | Uph

@rextester_bot php

$txt = "11+22+33+44+55+66+77+88+99+100";
$ex = explode("+", $txt);
$e = "";
$son = 1;
foreach($ex as $id){
if($id == "11"){
$id = $id." - Nomi: @Create_Info";
}else if($id == "55"){
$id = $id." - Nomi: @UZ_PHP_COD";
}
$e.= $son.") ".$id."\n";
$son++;
}

echo $e;