Description
In this course, you will :
- Learn everything from the fundamentals to the advanced concepts of PHP.
Syllabus :
- Installing XAMPP
- Single and Multiple PHP Files
- The phpinfo Function
- Indentation
- php.ini file
- Syntax
- echo
- echo vs. print
- Variables
- Constants
- Strings
- String Functions
- Data Types
- Concatenating Strings
- Logical Operators
- Switch Statement
- Indexed Arrays
- Associative Arrays
- Multidimensional Arrays
- Counting Array Elements
- Sort Array In Ascending Order
- while Loop
- for Loop
- foreach Loop
- do while Loop
- Include Files
- include_once
- Require Files
- require_once
- die and exit Functions
- Timestamps
- Modifying Timestamps
- How to Validate an IP Address
- Superglobals
- GET vs. POST
- Working With Form Data
- Required Form Fields
- Creating Cookies In PHP
- Deleting Cookies In PHP
- Setting PHP Sessions
- Destroying PHP Sessions
- Writing To a File
- Checking a File Exists
- Reading a File
- Appending a File
- Renaming a File
- Deleting a File
- Deleting a Folder
- Deleting a Folder With...
- explode()
- implode()
- Sending Emails
- JSON Overview
- Encoding JSON In PHP
- Decoding JSON In PHP
- Error Handling: Logging Errors
- bcrypt Encryption
- Classes
- Objects
- Constructor...
- Getters and Setters
- OOP: Returning Values
- Encapsulation
- Polymorphism
- Inheritance
- Abstraction