Debugging PHP code and Experimenting with Thunkable to create an App

Debugging We need to be able to work out the path of the code that is being executed and what the values of the variables are and where any errors may occur during the execution. Most common errors are syntax errors such as a missing semi-colon at the end of a line; a missing closing […]