PHP: Hypertext Preprocessor.
PHP is a popular general-purpose scripting language that is especially suited to web development. Fast, flexible and pragmatic, PHP powers everything from your blog to the most popular websites in the world.
Level-1
Introduction to PHP
- PHP Intro
- PHP Install
- PHP Syntax
- PHP Variables
- PHP Echo / Print
- PHP Data Types
- PHP Strings
- PHP Constants
- PHP Operators
Level-2
Handling Html Form With Php
- PHP Form Handling
- PHP Form Validation
- PHP Form Required
- PHP Form URL/E-mail
- PHP Form Complete
Level-3
DECISIONS AND LOOP
- Making Decisions
- Doing Repetitive task with looping
- Mixing Decisions and looping with Html
- PHP If…Else…Elseif
- PHP Switch
- PHP While Loops
- PHP For Loops
Level-4
FUNCTION
- What is a function
- Define a function
- Call by value and Call by reference
- Recursive function
Level-5
STRING
- Creating and accessing String
- Searching & Replacing String
- Formatting String
- String Related Library function
Level-6
ARRAY
- Anatomy of an Array
- Creating index based and Associative array
- Accessing array Element
- Looping with Index based array
- Looping with associative array using each() and foreach()
- Some useful Library function
Level-7
WORKING WITH 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
Level-8
STATE MANAGEMENT
- Using query string(URL rewriting)
- Using Hidden field
- Using cookies
- Using session
Level-9
STRING MATCHING WITH REGULAR EXPRESSION
- What is regular expression
- Pattern matching in Php
- Replacing text
- Splitting a string with a Regular Expression
Level-10
DATABASE CONNECTIVITY WITH MYSQL
- Introduction to RDBMS
- Connection with MySql Database
- Performing basic database operation(DML) (Insert, Delete, Update, Select)