3v4l.org

run code in 300+ PHP versions simultaneously
<?php $html .= "<table>"; $html .= "<tr>"; $html .= "<th>INTERRUPÇÕES</th>"; $html .= "<th>Início</th>"; $html .= "<th>Término</th>"; $html .= "</tr>"; $teste = $_POST['interrupcao']; for ($i=0; $i < count($teste); $i++) { $html .= "<td>{$_POST['interrupcao'][$i]}</td>"; $html .= "<td>{$_POST['inicioint'][$i]}</td>"; $html .= "<td>{$_POST['terminoint'][$i]}</td>"; } $html .= "<tr>"; $html .= "</tr>"; $html .= "</table>";

This is an error 500

Value for `_results` contains invalid data `array`


preferences:
151.53 ms | 2160 KiB | 10 Q