PHP 101: TUTORIAL

For this assignment, there was more reiteration to the MySQL topics. However, the assignments focused more on integrating SQL language and PHP scripting into HTML webpages. Because of this, I was able to integrate all three of the last modules into this assignment. The first assignment dealt more with PHP and grabbing external files from the server and either reading, writing, or appending to them. With the second assignment, it focused more on connecting to a MySQL database using PHP and printing a query result onto the webpage.


Breaking Eggs

In the breaking eggs assignment I had to take a text file which had ingredients to an omelette recipe, read that file using PHP and print it.

Breaking Eggs Assignment Here


Other Animals

For the last assignment, I created a database, connected to it with PHP, made a query on the data, and printed the results.

Breaking Eggs Assignment Here