Step one: Back up your tables on both systems. I like to keep the SQL files with appropriate names and timestamps. more
In this tutorial we are going to setup a very simple template for performing CRUD operations on MySQL tables using PHP. more
In a previous tutorial, we normalised an aircraft ownership register (Normalisation: Representing Relationships in a Database). In this tutorial we are going to create a small application that demonstrates how to manipulate records in a group of related, normalised tables. more