Html / Php form not adding to SQL database

后端 未结 2 1377
南笙
南笙 2021-01-25 17:52

I\'ve been working on this for hours now and including rebuilding my whole code I cannot figure out what is wrong. The HTML form is supposed to populate the patients SQL databas

2条回答
  •  终归单人心
    2021-01-25 18:04

    I am not completely sure about this being the safest way but instead of using MSQLI PDO why don't you try simple mysqli_query($conn,$sql);

提交回复
热议问题