PHP
This is my Module 2 Portfolio! In this Module, I covered various concepts associated with PHP as well as the syntax. PHP, which stands for Hypertext Processor is a web development language which can be mixed into HTML. It is very similar to programming languages such as Perl, Python, and C++. However, one of the biggest upsides and unique qualities of PHP is that is specializes in creating forms to process data. Additionally, PHP is also a server-side language, which makes it invisible to anyone attempting to inspect your code. HTML for example is a client-source language, which means that a person can view your code over the web if they "inspect element". It is best to thing of PHP as other prominent languages such as Java and C++, comprehending that the key difference is the fact that PHP is mainly used for web development.
