Framework of the development of database starts with designing a database. Accessing MySQL is a crucial part where the data is kept in the database. The process of configuration the database is by using phpMyadmin. Database is then created by creating tables and database name. The next part is inserting records and selecting data. The next stage is to use PHP command line to instruct the database of what it should do by reading the command written. The final stage is process of connecting to the database, recalled the database and will show the query results as shown in Figure 5.