PHP Registration code

后端 未结 4 956
小蘑菇
小蘑菇 2021-01-16 23:27

I am currently attempting to create a registration script to enter registration information into my UserAccount table. Below is my connection:



        
4条回答
  •  余生分开走
    2021-01-17 00:18

    You have a typo

    mysql_query($insert); should be mysqli_query($insert);

    You can't make mysql queries onto a mysqli connection.

自定义标题
段落格式
字体
字号
代码语言
提交回复
热议问题