0
Php/MySQLi data Submission error.
When the user enters the data in the form and submits it, it get submitted, but my error handlers still display that smothing went wrong, when I check the database, their are no id numbers (it submits 0 instead). What could be the problem & solution for this?
7 Antworten
+ 3
I think there maybe a problem with connection with database or check your sql query. If there are syntactical errors in sql query then it gives such kind of problem.
+ 2
Then is the problem solved then?
+ 2
Good to hear that 🙂🙂
+ 2
It's my pleasure to help you. 🙂🙂
0
Asha Malla - Thanks, I have noticed the problem just as you stated, there were some errors with the CREATE TABLE commands.
0
Yes, it's working perfectly now.
0
Yeah, thanks for support.