meGa
Neues Mitglied
Warning: Invalid argument supplied for foreach() in C:\htdocs\warhistory\administration\matches.php on line 199
Das kommt bei mir wenn ich das benutze:
Das kommt bei mir wenn ich das benutze:
PHP:
foreach ($_POST['action'] as $_POST['matches']) {
echo "Der Wert ist ".$_POST['matches[]']."<br />\n";
}
Zuletzt bearbeitet von einem Moderator: