Wrote a query $query= mysqli_query($connect,"INSERT INTO Users (AcceptEmail) VALUES ('$acceptEmail')") , but for some reason affects other tables and an error is generated
Field 'login' doesn't have a default value This is my first field.
Source: https://ru.stackoverflow.com/questions/726784/
All Articles
userstable has aloginfield, it cannot be empty and does not have a default value, therefore, when inserting a new line, you must specify and the value of this field is teran