php - mysqli_query “INSERT into” -


i use code dosen't insert data base..please me

mysqli_query($link,              "insert `usertable`(`id`, `username`, `password`)              values (null,'$username','$password')"         );   

mysqli_query("insert `usertable`(`username`, `password`)          values ('$username','$password')"     );   

database set id auto-increment.


Comments

Popular posts from this blog

html - Difficulties with background-image property -

visual studio code - What does the isShellCommand property actually do and how should you use it? -

ios - Segue not passing data between ViewControllers -