This course is meant for both beginners & fresh PHP developers who are looking for enhancing development skills.
In this course, the following are covered...
HTML & CSS
- Introduction to HTML
- HTML Tags
- Creating tables
- Creating Forms
- Introduction to CSS
- Three ways to use CSS
- CSS Properties
- Designing a basic website home page
INTRODUCTION TO BOOTSTRAP (CSS-FRAMEWORK)
- Introduction to Bootstrap
- Basics classes of Bootstrap
- How to use Bootstrap Classes
INTRODUCTION TO JAVASCRIPT
- Introduction to Javascript
- Javascript functions
INTRODUCTION TO PHP
- Introduction
- Installing PHP Server
- PHP Syntax
- Variables
- Echo / Print
- Data Types
- Strings
- Constants
- Operators
HANDLING HTML FORM WITH PHP
- Form Handling
- Form Validation
- Form Required
- Form URL/E-mail
- Form Complete
DECISIONS AND LOOP
- Making Decisions
- Repeating the tasks with looping
- Working on Decisions and looping with HTML
- If .. Else .. Elseif
- Switch .. Case
- Do .. While Loops
- For Loop
FUNCTION
- What are the functions
- Call by value and Call by reference
- Recursive function
STRINGS
- Creating and accessing String
- Searching & Replacing String
- Formatting String
- String related library function
ARRAY
- What is an Array
- Index-based and Associative array
- Accessing array elements
- Looping with Index-based array
- Looping with associative array using each() and foreach()
- Array related library function
FILE HANDLING
- Introduction to files & directories
- Opening and closing a file
- Reading & writing a file
- Copying, renaming and deleting a file
- Creating & deleting directories
- File Uploading & Downloading
SESSIONS & COOKIES
- Managing Session
- Managing Cookies
REGULAR EXPRESSION
- What is a regular expression
- Pattern matching
- Replacing text
- Splitting a string
CONNECTING MySQL DATABASE
- Introduction to RDBMS
- Connection with MySql Database
- Performing basic database operations (Insert, Delete, Update, Select)
AJAX
- Introduction to AJAX
- PHP with AJAX
- Working with database
PROJECT - 1
- Complete Project Guidance & Demonstration
PROJECT - 2
- Project work for student