Add to Wishlist
Web Development Using PHP

ABOUT THIS COURSE
- PHP which is a general-purpose scripting language suited basically for web development is one of the most if not the best programming language for web development.
- Knowing PHP gives you an edge in the developing world because a majority of website and web application makes use of PHP
- As a PHP developer, you could make a substantial income from the comfort of your home
COURSE OBJECTIVE
- How to incorporate PHP with Html
- Some of the basic PHP syntax
- PHP control structures
- what an array is and how to create one
- Form submissions
- How cookies work in PHP
- Some of the principles of object-oriented development using PHP
- PHP comparison operators
- PHP functions…..
SECTION 1: INTRODUCTION TO PHP
A brief introduction on PHP
2
Course overview
An over view of the Course out lines
3
Downloading and installation of sublime text
4
Downloading and installation of XAMPP
5
Downloading and installation Visual studio code (alternative)
6
QUIZ
SECTION 2: PHP FUNDAMENTALS
1
PHP syntax
You will be learning the various syntax in php
2
Inserting comments in PHP
PHP has two types of comments, you will be learning how to use them in this video
3
Out putting a dynamic data
4
QUIZ
SECTION 3: DATA TYPES
1
Data Types in php
We will be learning various type of data used in php.
2
Variables in php
How to declare a variable
3
Arrays
How to declare an array
4
Associative and Multidimensional array
More about arrays (associative and Multidimensional array)
5
Operators
Some operators and how they are used
6
QUIZ
SECTION 4: PHP CONTROL STRUCTURES AND LOOPS
1
If statement
We will be learning about if statement which is a type of conditional statement in php
2
Switch
We will be learning about Switch which is a type of conditional statement in php
3
For loop
We will be learning about for loop which is a type of loop in php
4
For each loop
5
While loop
We will be learning about while loop which is a type of loop in php
6
Do while loop
7
QUIZ
SECTION 5: HOW TO CREATE FUNCTIONS AND SOME PHP BUILT IN FUNCTIONS
1
Defining a function
How to create a function.
2
Adding parameters
Adding parameters to your function
3
Returning values
4
Built in functions: Math
we will be learning about some built-in php functions
5
Built in functions: String and array
6
Constants
7
QUIZ
SECTION 6: THE USE OF FORMS IN PHP
1
Form submission
you will be learning how php in used to retrieve data from a form.
2
Information retriever from a form
retrieving Information from a form and out putting it
3
Form values validation and out putting error messages
adding some validation to your form
4
QUIZ
SECTION 7: CONNECTING TO THE DATABASE USING PHP
1
Creating a database
we will be creating a database in this video
2
Connecting to your database
we will be Connecting to the database in this video
3
Inserting data into the database
we will be Inserting some data into the database in this video
4
Retrieving/read data from the database
5
Updating records in the database
Updating some records in the database
6
Deleting records from the database
we will be learning how to delete records from the database
7
QUIZ
SECTION 8: COOKIES AND SESSION IN PHP
1
Setting cookies
we will be learning how to set cookies and how they are been used
2
Reading cookies
we will be learning how to read cookies out on the web page
3
Session set
we will be learning how to set session and how they are been used
4
Date and time
5
QUIZ
SECTION 9: PHP SECURITY
1
SQL injection
SQL injection is a kind of technique used by hackers to gain access to our web page by injecting SQL codes, we will be learning how to stop that from happening
2
Password encryption
we will be encrypting our password in side the database in this video
3
QUIZ
SECTION 10: OBJECT ORIENTED PHP
1
Defining a class in PHP
we will be learning how a class is defined
2
Class properties and methods
we will be learning how Class properties and methods are declared
3
Class instantiation (object)
An object is an instant of a class, we will be learning how this objects are created
4
Class inheritance
we will be creating a sub class which will be inheriting the parent class values
5
Constructors
6
Class access
7
QUIZ
SECTION 11: PAGINATION IN PHP
1
Pagination introduction
we will be learning how paginate large data retrieved from the database on our web.
2
Pagination 1
3
Pagination 2
4
Pagination 3
5
QUIZ
SECTION 12: PROJECT
1
Project intro
this project is a brief illustration of how php (majorly focused on the database ) is used in the development of a web site or application.
2
project 1
3
project 2
4
project 3
5
project 4
6
project 5