How-to articles, tricks, and solutions about MYSQL
How to display a date as iso 8601 format with PHP
You can use the date() function in PHP to display a date in ISO 8601 format.
How to get ID of the last updated row in MySQL?
To get the ID of the last inserted row, you can use the LAST_INSERT_ID() function.
How to properly set up a PDO connection
To set up a PDO connection, you will need to do the following: