Beginners Guide to PHP Part 1
PHP stands for “PHP Hypertext Preprocessor”, which is an acronym that refers to itself (oh, those clever geeks). PHP is, is an interpreted language most commonly used for web development. This means that you write lines of code in a text file, run the text file through a PHP parser (AKA an Interpreter), then the … Read more
