PHP Textbook Readings


"PHP and MySQL for Dynamic Websites" by Larry Ullman is a great textbook that guides readers through the definition and functionality of PHP and SQL. In this assignment, PHP was the main focus, primarily chapters 1 - 3; these chapters focused PHP basics with good example programs that teach the reader step-by-step on what the example is doing. The first chapter was an introduction to PHP, teaching the bare necessities of the language and basic syntax principles. The second chapter extends the previous and goes more in depth with programming with PHP. Finally, the third chapter covers the aspect of creating and processing web forms that are submitted to a web server. It also covered the importance of form validation and authentication.

Chapter 1

Chapter 2

Chapter 3