echo "<table>"; echo "<tr>"; foreach ($_GET as $var => $wert) { echo "<td>"; echo "$wert"; echo "</td>"; } echo "</tr>"; echo "</table>";