0
Don't know if anyone has encountered this before, my insertion failed after two records in mysql table using php in back end
The first and second insert query was executed but the third failed, i've tried everything
4 Réponses
+ 2
Ipang thanks, I've figured it out already, it was a unique column issue that caused the failed insertion
+ 1
I think you can add more information in thread Description, namely:
- The third query
- The table structure to which the 3rd query was supposed to insert the data.
- Error message given by PDO (if any)
- What steps you had taken this far. So others don't have to repeat trying something you already tried.
Hopefully, with more details, someone can help you out.
0
Am actually using my phone now, my system has a low power right now, thanks for the reply
0
No problem, feel free to update the thread with more information, at your convenience 👌