What is PHP ?
PHP is a widely used programming language which works on the principal of server side scripting to produce dynamic Web pages. It can be easily integrated with HTML and SQL to produce these dynamic web pages, and is often used to process the contents of a Web page form as it is more secure and reliable than JavaScript.
What you will learn in PHP?
HTML Introduction ,Html Basics,Html Elements,HTML Attributes,Heading,Paragraph
Html Comment,Images,Tables,Html List,Html Color, Html Form Element like,text
box,radio,checkbox,dropdown,textarea etc…
HTML5 Elements,HTML5 Semantic Elements,Media Elements Etc…
CSS Introduction,Css Syntax,CSS Background,Borders,Margin
CSS Padding,CSS Height/width,text,font,links,CSS Tables,CSS Image Gallery
CSS3 Introduction ,CSS3 Rounded Corner,Border Images,CSS3 Colors,CSS3 Buttons
CSS3 Gradients,CSS3 Text font,CSS3 Transitions,CSS3
Introduction, PHP Syntax, Variables , I/O in PHP,
Variable Scopes, String, Concatenation Operator,
String function
Course Overview :-
CORE PHP
Lecture1.1 Evaluation of Php
Lecture1.2 Basic Syntax
Lecture1.3 Defining variable and constant
Lecture1.4 Php Data type
Lecture1.5 Operator and Expression
Lecture1.6 Creating forms with PHP
Lecture1.7 Security Protection from Cross Site Scripting
Lecture1.8 Using the form GET method
Lecture1.9 Using the form POST method
Lecture1.10 Obtaining data from forms through variables
Lecture1.11 Secure Web Forms (HTTPS and SSL)
Lecture1.12 Calling pages from themselves using forms
Lecture1.13 Quoting HTML entities in user input
Lecture1.14 Identifiers
Lecture1.15 Data Types (integers, floats, strings and booleans)
Lecture1.16 Type juggling
Lecture1.17 Text constants, interpolation (strings, arrays, objects), here documents
Lecture1.18 Creating Variables
Lecture1.19 Variable assignment
Lecture1.20 Variable Scope
Lecture1.21 Namespaces
Lecture1.22 User-defined Constants
Lecture1.23 String constants, variable interpolation into strings
Lecture1.24 Magic Constants
Lecture1.25 Variable References
Lecture1.26 Arithmetic Operators
Lecture1.27 Logical Operators
Lecture1.28 Relational (Comparison) Operators
Lecture1.29 The Identity Operator
Lecture1.30 Bitwise Operators
Lecture1.31 Error Suppression Operator
Lecture1.32 Execution Operators
Lecture1.33 Other Operators
Lecture1.34 Assignment Operators
Lecture1.35 Operator Precedence and Associativity
Lecture1.36 True and False
Lecture1.37 If
Lecture1.38 else and elseif
Lecture1.39 The ? : Operator
Lecture1.40 The switch / case statement
Lecture1.41 Alternative Syntax for Control Structures
Lecture1.42 Loops
Lecture1.43 while
Lecture1.44 do … while
Lecture1.45 for
Lecture1.46 break and continue
Lecture1.47 goto
Lecture1.48 exit
Lecture1.49 The php.ini file
Lecture1.50 Module Vs CGI Usage
Lecture1.51 register_globals
Lecture1.52 Control of error logging
Lecture1.53 Control of resource limits
Lecture1.54 Commonly set configurations
Lecture1.55 File system security
Lecture1.56 PHP4 compatibility in PHP5
Lecture1.57 A glance at upcoming PHP6
Lecture1.58 Purpose of functions
Lecture1.59 Built-in functions
Lecture1.60 Declaring functions
Lecture1.61 Functions Arguments
Lecture1.62 Default Arguments
Lecture1.63 Arguments – Call by Reference
Lecture1.64 Return
Lecture1.65 Returning References
Lecture1.66 Variable Scope (global vs local)
Lecture1.67 Static variables
Lecture1.68 Recursion
Lecture1.69 include and require
Lecture1.70 Variable function calls
Lecture1.71 What are arrays?
Lecture1.72 How and when to use arrays
Lecture1.73 Indexing arrays, numeric and hashes
Lecture1.74 Initialising arrays
Lecture1.75 Using foreach
Lecture1.76 Add/remove elements from arrays
Lecture1.77 One-dimensional arrays
Lecture1.78 Multi-dimensional arrays
Lecture1.79 References to array elements
Lecture1.80 Arrays in forms
Lecture1.81 Array operators
Lecture1.82 Array related functions
Lecture1.83 Introduction to RDBMS
Lecture1.84 Connection with MySql Database
Lecture1.85 Setting query parameter
Lecture1.86 Executing query
Lecture1.87 Join (Cross joins, Inner joins, Outer Joins, Self joins.)
Lecture1.88 substring and [] operators
Lecture1.89 Case conversion, trimming
Lecture1.90 Formatting output data
Lecture1.91 Regular expressions
Lecture1.92 What is a session?
Lecture1.93 Dependencies on the php.ini file
Lecture1.94 Understanding PHP session variables
Lecture1.95 Create a PHP session variable
Lecture1.96 Register and modify PHP session variables
Lecture1.97 Putting PHP session IDs in pages
Lecture1.98 Good Practise with sessions and PHP
Lecture1.99 Cookie properties
Lecture1.100 Setting a cookie in PHP
Lecture1.101 Retrieving PHP cookies
Lecture1.102 Expiring/Deleting PHP cookies
Lecture1.103 Drawbacks to cookies
Lecture1.104 Using cookies well
Lecture1.105 Cookie Security Issues
Lecture1.106 Opening files, local and remote
Lecture1.107 Reading and writing files
Lecture1.108 PHP portability on different Operating Systems
Lecture1.109 Finding file metadata
Lecture1.110 Handling file permissions
Lecture1.111 Handling file ownership
Lecture1.112 File locking
Lecture1.113 Opening and reading directories
Lecture1.114 File uploads from the browser/user
Lecture1.115 Basics of computer Graphics
Lecture1.116 Creating Image
Lecture1.117 Manipulating Image
Lecture1.118 Using text in Image
Lecture1.119 Sending email
Lecture1.120 Sending multi part email – MIME
Lecture1.121 Accessing mail boxes – IMAP & PO
Lecture1.122 Work on Real-time project templates.
Lecture1.123 Number of real-time projects from clients available for selection
Lecture1.124 Assistance available for the project selection
ADVANCE PHP
Lecture2.1 PHP Overview
Lecture2.2 Handling HTML Forms with PHP
Lecture2.3 Variables and Expressions in PHP
Lecture2.4 PHP Operators
Lecture2.5 Conditional Tests and Events in PHP
Lecture2.6 PHP Flow Control
Lecture2.7 PHP Configuration
Lecture2.8 PHP Functions
Lecture2.9 Storing Data in Arrays using PHP
Lecture2.10 Database Connectivity with MySql
Lecture2.11 String Manipulation in PHP
Lecture2.12 Sessions and Cookies in PHP
Lecture2.13 File and Directory Access Using PHP
Lecture2.14 Generating Images with PHP
Lecture2.15 Handling Email with PHP
Lecture2.16 Mini Project
Lecture2.17 Introduction
Lecture2.18 Objects
Lecture2.19 Declaring a class
Lecture2.20 The new keyword and constructor
Lecture2.21 Destructor
Lecture2.22 Access method and properties using $this variable
Lecture2.23 Static properties and method
Lecture2.24 Class constant
Lecture2.25 Inheritance & code reusability
Lecture2.26 Polymorphism
Lecture2.27 Parent:: & self:: keyword
Lecture2.28 Instanceof operator
Lecture2.29 Abstract method and class
Lecture2.30 Interface
Lecture2.31 Final
Lecture2.32 Understanding Exception and error
Lecture2.33 Try, catch, throw
Lecture2.34 FlowChart Development
Lecture2.35 Database design
Lecture2.36 User interface design
Lecture2.37 PHP programming
Lecture2.38 Testing process
Lecture2.39 Project deployment on server