Simple CRUD with PHP & MySQLi
It’s all well & good being able to get info from a database, but what you really want to do it add, edit and remove it.
To save you tons of time looking for the code (like I did), here’s some snippets that should make life a lit easier when working with MySQL.
I’m also going to be using the more up-to-date MySQLi methods.

