Hi, I have a task in php and my teacher has the philosophy that we are looking for a life, I have this code, but I do not know how to pass it to php so he can pick it up and save it in a > two-dimensional array: I would really appreciate the help
<input type="checkbox" name="como[0][0]" id="como1" value="Web">
<label for="como1">Una web</label>
<input type="checkbox" name="como[0][1]" id="como2" value="Google">
<label for="como2">Google</label>
<input type="checkbox" name="como[1][0]" id="como3" value="Anuncio en prensa">
<label for="como3">Anuncio en prensa</label>
<input type="checkbox" name="como[1][1]" id="como4" value="Anuncio en tv">
<label for="como4">Anuncio en tv</label>
<button type="submit">Enviar</button>
</form>
</body>
</html>