$stmt = $mysqli->prepare("INSERT INTO test(id) VALUES (?)");
$stmt->bind_param("i", $id);
$stmt->execute();
а вдругой базе не хочет.
<?php
$post=file_get_contents("php://input");
if ( ! empty($post) ) {
echo $post;
die();
}
?>
<script src="https://cdnjs.cloudflare.com/ajax/libs/axios/0.18.0/axios.min.js"></script>
<script>
axios
.post("http://localhost/test/index.php", {
request: 'test message'
})
.then(function(response) {
alert(response.data.request);
})
.catch(function(error) {
alert(error.response);
});
</script>
то есть не исключаю того что код может был написан качественно
кто бы мог оценить качество того что уже сделано, сравнив с тз и сделав оценку с отчетами