PHP

Client Side vs Server Side

If you are in my class, I have covered this to death, client machine is the machine you touch, and to access a website you:

If not in my class, the above and perhaps the following links will help you

PHP is a server side language

So unlike your year 9 HTML project, you need a webserver to make it work

You have 2 options

Perfect world? Do both, its much quicker to test your code locally and then upload it when you are ready.