MYSQL not receiving data from PHP

前端 未结 6 1956
隐瞒了意图╮
隐瞒了意图╮ 2021-01-25 02:21

I am trying to send data from input to a my sqldata base. Here is the coding for it trying to send the information to the database. It doesn\'t appear in the database; what is w

6条回答
  •  栀梦
    栀梦 (楼主)
    2021-01-25 03:02

    try like this

    query($sql) or die("Error executing query" . mysqli_error($conn));
            ?>
    

提交回复
热议问题