some basics of PHP | And also solve the assignments
[ 20 From 105 ]
- 01 - Introduction And Important Information ?
- 02 - What Is New And How To Study The Course ?
- 03 - Install PHP And Prepare Environment To Work
- 04 - PHP Tags & Instruction Separation
- 05 - Comments And Best Practice
- 06 - Introduction To Data Types
- 07 - Type Juggling And Automatic Type Conversion
- 08 - Type Casting
- 09 - Boolean And Converting To Booleans
- 10 - String And Escaping
- 11 - Heredoc And Nowdoc
- 12 - Array With Complex Tests
- 13 - Introduction To Variables And Naming Rules
- 14 - Testing Variables In Real World
- 15 - Variable Variable
- 16 - Assign By Value And By References
- 17 - Pre-Defined Variables And Test
- 18 - Introduction To Constants
- 19 - Predefined & Magic Constants & Reserved Keywords
- 20 - Arithmetic Operators
- 21 - Assignment Operators
- 22 - Comparison Operators Part 1
- 23 - Comparison Operators Part 2
- 24 - Incrementing & Decrementing Operators
- 25 - Logical Operators