![](https://lccedu.in/wp-content/uploads/2024/09/HIGHER-RESOLUTION-1536x209.png)
DURATION – 3 MONTHS
Introduction to PHP
- Evaluationf Php Basic Syntax
- Defining Variable And Constant Php Data Type
- Operator And Expression
Handling Html Form With Php
- Capturing Form Data
- Dealing With Multi-Value Filed
- Generating File Uploaded Form
- Redirecting A Form After Submission
Decisions and loop
- Making Decisions
- Doing Repetitive Task With Looping
- Mixing Decisions And Looping With Html
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 Associative Array
- Accessing Array Element
- Looping With Index Based Array
Working with file & Directories
- Understanding File& Directory
- Opening And Closing A File
- Coping ,Renaming And Deleting A File
- Working With Directories
- Building A Text Editor
Mini Project (With file Handling)
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
Generating Images with PHP
- Basics Of Computer Graphics
- Creating Image
- Manipulating Image
- Using Text In Image
Introduction to OOPS
- Introduction
- Objects
- Declaring A Class
- The New Keyword And Constructor
- Destructor
- Access Method And Properties Using $This Variable
- Public ,Private, Protected Properties And Methods
- Static Properties And Method
- Class Constant
- Inheritance & Code Reusability Polymorphism
- Parent:: & Self:: Keyword
- Instanceof
- Operator Abstract Method And Class
- Interface
- Final