Welcome to the Textbook Assignment page!

This page will Show you 3 examples from the first 3 chapters from PHP and MySQL for Dynamic Websites!


Chapter 1: Introduction to PHP

Chapter 1 explained the concepts that Codecademy's tutorial covered such as syntax, working with numbers and strings, variables, and sending data to the web page. Below is a working example of a PHP script that will calculate and display the total cost of a purchase order with tax, and I have commented what each line does." HERE



Chapter 2:Programming with PHP

Chapter 2 explained how to use loops, arrays, and conditionals, however is also showed how PHP can be used to capture and manipulate HTML form data. Below is a working example of a PHP script that will generate an HTML form and form fields.An Example can be found" HERE



Chapter 3:Creating Dyamanic Websites

"Chapter 3 shows how you can use PHP to handle form information, files, and make functions. Below is a working example of a PHP script that will take different types of input data from a form to show some details about a road trip." HERE