XAMPP stands for: X - Cross Platform (Windows/Mac/Linux), A - Apache server, M - MariaDB (fully open source version of MySQL), P - PHP engine built in, P - Perl (we won't be using this)
PHP can be used to access files and databases on the server, provide dynamic pages, process form information, control user-access, encrypt data, and output HTML/images/PDFs/etc.
Used for storing values, like text strings, numbers or arrays<|>Variables are case-sensitive<|>Do not need to be declared before adding a value to them<|>Do not need to specify a data type
A function is a block of statements that can be used repeatedly in a program<|>A function will not execute automatically when a page loads<|>A function will be executed by a call to the function