PHP and me

I decided sometime last week to put Python aside for a moment while I started working on a personal project. The goal of the project is to create a web app to help catalog my son’s Thomas mini trains. So far, it’s a basic CRUD app built using PHP and MySQL. You insert the name of the train, brief description, year it was released, and then it adds to a database. There are more features that I want to roll out, but that will have to come in due time. The goal was to brush up on PHP, and create something useful to use as an example of work.