W3 Schools PHP
In this assignment, we were to demonstrate images that show my PHP Tutorial score, what material was on the tutorial, how the material relates to our class and why the material is important. Below is the assignment.
MATERIAL ON THE TUTORIAL:
PHP Syntax, PHP Variables, PHP Echo/Print, PHP Data Types, PHP Strings, PHP Constants, PHP Operators, PHP If...Else...Elseif, PHP Swtch, PHP While Loops,PHP For Loops, PHP Functions, PHP Arrays, PHP Sorting Arrays, PHP Superglobals
This material relates to our class because it demonstrates how PHP can generate dynamic page content, collect form data, send/receive cookies, used to control user-access, encrypt data and add, modify and delete data in your database.
PHP is impoortant because it can run on various platforms such as Windows, Linux, Mac OS X and more. PHP is compatible with almost all servers used today and supports a wide range of databases. Last but not least, it is easy to learn and runs efficiently on the server side.