Producing an Error
Let's create a file that produces an error to observe how our website handles it.
We'll cover the following...
Improving error handling
As soon as we started using a PHP server to serve .php
scripts in Serving PHP Scripts, we had to worry about errors and showing them in the browser.
We mentioned back then that you need to make a distinction between the website as it is still running on your own computer and the website as it is running on a publicly accessible server. You may find that people talk about this distinction in different ways.
- When you’re working on your website on your own computer, you’re running
Access this course and 1400+ top-rated courses and projects.