Mysql
 sql >> Datenbank >  >> RDS >> Mysql

Undefinierte Variable:POST - PHP und MySQL

Sein $_POST nicht $POST .

$customerVar = $_POST['customer'];
$nolVar = $_POST['nol'];