In the Zend: PHP 101 tutorial, part 5 and part 8 were assigned to complete. Part 5 required a text file to be opened and use PHP to output it to a webpage with the appropriate HTML coding. Part 8 required a table to be created within a MySQL database. It also required creating a PHP page that connects with the database, run a query, and return the results in an HTML format.
The image below is a screenshot the example from part 5 of the Zend: PHP 101 tutorial. The recipe of a spanish omelette.
Here is the live website to Part 5.
The image below is a screenshot the example from part 8 of the Zend: PHP 101 tutorial. Database of animals (Animal Magnetism).
Here is the live website to Part 8.