[insert_php]
$teams= $_POST[‘team’];
if(!is_null($teams)){
$teams= array_filter($teams, “strlen”);
$key = array_rand($teams);
echo ““.$_POST[‘player’].”選手
の”;
echo “指名権を獲得したチームは
“.$teams[$key].”チームです!”;
}
[/insert_php]
[insert_php]
$teams= $_POST[‘team’];
if(!is_null($teams)){
$teams= array_filter($teams, “strlen”);
$key = array_rand($teams);
echo ““.$_POST[‘player’].”選手
の”;
echo “指名権を獲得したチームは
“.$teams[$key].”チームです!”;
}
[/insert_php]