Who should learn this course?

  • Freshers who are looking for a job in software industry
  • College Students looking to do projects in PHP
  • Non Technical people looking for a career change into software development
  • Developers who would like to switch their backend technology to PHP.

Is this a certificate course?

Yes. You will get a Certificate of Completion upon the successful completion of the course.


Description

PHP stands for HyperText Preprocessor. It is a widely popular scripting language that is specially suited for developing web applications. There are millions of websites that are still running that uses php language. Learn how to develop web applications using one of the main scripting languages in web development by joining this program.

PHP is a server side scripting language, we are able to do everything else that a normal programming language can do that include collecting user inputs from forms, developing dynamic pages, setting sessions and cookies and so many more. PHP has support for a wide range of databases and it is one of its strongest features.

Following are the main areas that PHP scripts are being used.

  • Server-side scripting.
  • Command line scripting.
  • Developing desktop applications.

With your added knowledge from this course you will be able to tackle any situation that arises in your PHP career path.


Topics covered in this course

  • Overview
  • CLI Installation
  • Installation ( For Web )
  • Variables
  • Data Types
  • Strings and String Functions
  • Operators
  • If Elseif Else and Switch Conditions
  • While and For Loops
  • Arrays
  • Arrays Sorting
  • Multi Dimensional Arrays
  • Date and Time
  • Functions
  • Function Parameters
  • Function Return
  • Variable Scope
  • Classes and Objects
  • $this Keyword
  • Access Modifiers
  • Magic Methods and Constants
  • Include and Require
  • File Read and Write
  • Error Handling
  • Exception Handling Using Try Catch Finally
  • Coding Standard
  • Type Hinting
  • Polymorphism
  • Interface
  • Traits
  • Abstract Classes
  • Inheritance
  • Errors and how to fix them
  • Patterns
  • Logical Questions
  • Web - Introduction
  • Web - Static Website
  • Web - Dynamic Website
  • Web - Insert Data
  • Web - Update Data
  • Web - Delete Data
  • Web - Select Query
  • Web - Sessions
  • Web - Super Globals
  • Web - Cookies
  • Web - File Upload
  • Final