Part 5 of Zen's PHP tutorial was fairly simple. It consisted of creating an external .txt file which already had data attached to it and then creating a .php file which contains syntax that calls forth the external file and displays all of the data in it. Attached below, you will find the omlette recipe which I called in my .php file from the .txt file.
This part of Zen's tutorial was much complicated than the prior due to the reason that it involved a greater number of steps and was of much higher magnitude in terms of complexity. First and foremost, we had to make a mySQL database through PHPmyAdmin and then insert data into the table we created. Also, we had to make a password, username, and database name. Afterwards, we had to make a PHP file which displayed the contents of that database by calling the required things such as the password and username, along with other syntax which was necessary to display the table on web. For example, we had to use the fopen function in order to ensure that the file was opened properly, or otherwise display an error message with the "die" function. Overall, it was a terrific learning experience regardless of the difficulty. Attached below, you will find the table I created in mySQL displayed in a webpage.