См. Вопрос - я пробовал это:
echo "<form action='index.php' method='post'>
Use the previous input of participants: <input type='radio' name='participants[]'value='$participants[0]'>
OR <br>
<form action='index.html' method='post'>
Use a different input of participants: <input type='radio' name='participants[]' value='0'>
<input type='submit' value='send' name='send'> </form> <br>";
Оба переключателя приводят меня к индексированию. php, когда я хочу иметь возможность go индексировать. html на случай, если я нажму на второй переключатель.