* New Batches Will Start From Monday i.e 13-April-2020 at 7:00 AM to 8:00 AM IST - Reserve Your Seats As Soon As Possible.

PHP & MY SQL

Introduction
  • What is php
  • Advantages of Php
  • History of Php
  • Installation of Php
Web Application
  • Static Web Application
  • Dynamic Web Application
Programming Language
  • Server Side Programming Language
  • Client Side Programming Language
PHP Basics
  • Changing Port Numbers
  • Hello World Program
  • Variables In PHP
  • Constants
  • Statements In PHP
Conditional Statements
  • if
  • else
  • else if
  • Switch
Looping Statements
  • for
  • while
  • do while
  • foreach
Operators
  • Ternary Operator
  • Concatenation Operator
Functions
  • Parameterised functions
  • Non - Parameterised functions
Arrays
  • Index Arrays
  • Associative Arrays
  • Array Functions
Pre Defined Functions
  • String Functions
  • Date Functions
  • Files and File Handling Functions
  • Directory Handling Funtions
Super Global Variables
  • GLOBALS
  • GET
  • POST
  • REQUEST
  • SERVER
  • COOKIE
  • SESSION
  • FILES
Some Real-Time Concepts
  • File Uploading
  • Multiple File Upload
  • File Downloading
  • Control Structurs
  • Authentication
  • Authorisation
MY SQL
  • Number Of Ways To Work With Database.
  • Connect To Database
  • CRUD
  • Fetching Data From Result Set
  • Working with tables
  • Display Tables From DropDown
  • Sending Mails
  • Mathematical Functions
  • Views
  • Joins
  • Stored Procedures
Ajax
  • Sample Programs Using Ajax.

Project
  • User Management Application.
Object Oriented PHP
  • Constructor
  • Destructor
  • Classes
  • Objects
  • Magic Methods
  • Object Oriented Principles
  • Static
  • Non Static
MVC
  • Glimpsis On MVC