php - sql insert into query -
Please help!
What's wrong with this INSERT query ?!
This is before the query on the newUser.php page
$ result2 = mysqli_query ($ con, "counting from boards in the form of selection number (*)"); While ($ row2 = mysqli_fetch_array ($ result2)) {$ post number = $ line 2 ["count"]; } Echo $ postNumber; Echo $ _POST ['bday']; This is the query mysqli_query ($ con, "user (userID, profPicLoc, age, username, real name , '', ''. $ '_POST [' name ']. ",' '$' ',' $ ' $ _POST ['password2']. '', '. $ Post number + 2.', ''. $ _POST ['email']. '' '') " ; The connection is created correctly, the UserID is automatically incremented, and the database in the database is DATE type
This receives information from someone Other pages & Form ...
Comments
Post a Comment