Book Image

Building a Web Application with PHP and MariaDB: A Reference Guide

By : Sai S Sriparasa
Book Image

Building a Web Application with PHP and MariaDB: A Reference Guide

By: Sai S Sriparasa

Overview of this book

Table of Contents (17 chapters)
Building a Web Application with PHP and MariaDB: A Reference Guide
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Summary


In this chapter, we have taken a look at a few new features that are available with PHP 5.4 and PHP 5.5. We have also looked at unit testing, and how it could help us streamline our software development life cycle by testing individual units of our application by using PHPUnit's test cases. The last topic that we have discussed is establishing a connection with our MariaDB database. In the next chapter, we will begin by discussing how HTML interacts with PHP and move forward with building our student portal application.