How to mysqli prepared statements error reporting in php?
All of the mysqli functions return false on failure, so you could easily just check for truthiness on each function and report errors.
All of the mysqli functions return false on failure, so you could easily just check for truthiness on each function and report errors.