[Insightful] 60+ PHP Exercises with Solution for Web Developers
60+ PHP Exercises with Solutions for Web Developers PHP is …
What you'll learn
Basics PHP Exercises with Solutions
Variables Exercises with Solutions
Data types Exercises with Solutions
String Exercises with Solutions
Number Exercises with Solutions
Operators' Exercises with Solutions
Decision-making Exercises with Solutions
Loop Exercises with Solutions
Function Exercises with Solutions
Array Exercises with Solutions
What you'll learn
Introduction to PHP, Scope, Applications, Setup
Syntax, Hello World Program, Echo vs Print
Comments, Reserved Word, Escape Sequence
Variable and Constant?
Scalar Types, Compound Types, Special Types
String, and built-in methods
Integers, Floats, Infinity, NaN, Numerical Strings
Type conversions, Math Functions
Operator, Arithmetic, Comparison, Logical
Assignment, Conditional, Increment, and Decrement
String, Array
Decisions Making, if, if...else, Nested if, If else if Switch statement
Loop, While Loop, Do/while Loop, For Loop, Foreach Loop, Break and Continue
Function, Types of Function, Parameter, and Arguments
One argument, Multiple arguments, the Default argument
Keyword argument, Position argument
Array, Types of Array(Indexed, Associative, Multidimensional)
Sorting Array, foreach loop with array