FREE php course Lecture #5: Selection Structure Any PHP script is built out of a series of statements. A statement can be an assignment, a function call, a loop (discussed...
FREE php course Lecture #4 PHP Arrays An array in PHP is actually an ordered list that stores multiple values. All items in the list have at least one thing...
FREE php course PHP Variables, Data Types, and Expressions Preparation #1 Learning Activity #1: declaring variable and assigning values to them In the “X:\xampp\htdocs\myphp” directory (create the “myphp” subdirectory if...
FREE php course Preparation #1: Build a testing Web Server 1. Use Internet Explorer to visit http://www.apachefriends.org/en/xampp-windows.html and download the latest installer of XAMPP for Windows. As of the time...