Ich bekomme diese fehlermeldung
Warning: Undefined array key "wert1" in C:\xampp\htdocs\p5.php on line 6
Warning: Undefined array key "wert2" in C:\xampp\htdocs\p5.php on line 7
Warning: Undefined array key "wtyp1" in C:\xampp\htdocs\p5.php on line 8
Warning: Undefined array key "wtyp2" in C:\xampp\htdocs\p5.php on line 9
Ich habe eine PHP datei, die Html/CSS beinhaltet. Mein PHP teil sieht so aus:
<?php
$wert1=$_POST["wert1"];
$wert2=$_POST["wert2"];
$wtyp1=$_POST["wtyp1"];
$wtyp2=$_POST["wtyp2"];
?>
Da ist doch eigentlich alles richtig