PHP Training Syllabus & Course Details

SoftLoom IT Solutions offers PHP training according to a PHP training syllabus. We offer 100% practical PHP training in Kochi, Ernakulam. In our training program, we teach only what is required by major IT companies such as TCS, Infosys, Wipro, Cognizant, etc. The majority of technology & IT outsourcing companies require fresh graduates who have been trained in PHP. Therefore, we offer both PHP training for beginners and PHP advanced training, which multinational software companies mainly need.

PHP Training Syllabus of SoftLoom IT Training

Basic PHP Training Syllabus For Beginners

Here is a basic PHP syllabus for beginners. For PHP beginners, the basic level syllabus includes training in HTML, CSS, and JavaScript.

Advanced PHP Course Syllabus & Details

The advanced PHP course syllabus includes the following sessions with detailed practical training classes. In addition, our advanced PHP training course uses live projects to provide candidates with advanced PHP experience suitable for job requirements and job openings at major software development companies.

Introduction to PHP
  • PHP Intro
  • PHP Install
  • PHP Syntax
  • PHP Variables
  • PHP Echo / Print
  • PHP Data Types
  • PHP Strings
  • PHP Constants
  • PHP Operators
Html Form with PHP
  • PHP Form Handling
  • PHP Form Validation
  • PHP Form Required
  • PHP Form URL/E-mail
  • PHP Form Complete
Decisions and Loop
  • Making Decisions
  • Doing Repetitive task with looping
  • Mixing Decisions and looping with Html
  • PHP If, Else and Elseif
  • PHP Switch
  • PHP While Loops
  • PHP For Loops
Function
  • What is a function
  • Define a function
  • Call by value and Call by reference
  • Recursive function
String
  • Creating and accessing String
  • Searching & Replacing String
  • Formatting String
  • String Related Library function
Array
  • Anatomy of an Array
  • Creating index based and Associative array
  • Accessing array Element
  • Looping with associative array using each() and for each()
  • Looping with Index based array
  • Some useful Library function
File and Directories
  • Understanding file & directory
  • Opening and closing a file
  • Coping, renaming and deleting a file
  • Working with directories
  • Building a text editor
  • File Uploading & Downloading
State Management
  • Using query string
  • (URL rewriting)
  • Using Hidden field
  • Using cookies
  • Using session
String Matching with Regular Expression
  • What is regular expression
  • Pattern matching in Php
  • Replacing text
  • Splitting a string with a Regular Expression
Database Connectivity with MYSQL
  • Introduction to RDBMS
  • Connection with MySql Database
  • Performing basic database operation(DML)
  • (Insert, Delete, Update, Select) Setting query parameter
  • Join (Cross joins, Inner joins, Outer Joins, Self joins)