Curriculum
Course:
Web Development Using PHP
Login
Curriculum
Web Development Using PHP
SECTION 1: INTRODUCTION TO PHP
0/6
Intro to PHP
5 minutes
Preview
Course overview
This lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.
2 minutes
Downloading and installation of sublime text
This lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.
2 minutes
Downloading and installation of XAMPP
This lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.
2 minutes
Downloading and installation Visual studio code (alternative)
This lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.
2 minutes
QUIZ
This lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.
5 questions
SECTION 2: PHP FUNDAMENTALS
0/4
PHP syntax
This lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.
9 min
Inserting comments in PHP
This lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.
8 min
Out putting a dynamic data
This lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.
9 min
QUIZ
This lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.
7 questions
SECTION 3: DATA TYPES
0/6
Data Types in php
This lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.
5 min
Variables in php
This lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.
8 min
Arrays
This lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.
10 min
Associative and Multidimensional array
This lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.
11 min
Operators
This lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.
14 min
QUIZ
This lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.
6 questions
SECTION 4: PHP CONTROL STRUCTURES AND LOOPS
0/7
If statement
This lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.
12 min
Switch
This lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.
10 min
For loop
This lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.
12 min
For each loop
This lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.
12 min
While loop
This lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.
7 min
Do while loop
This lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.
7 min
QUIZ
This lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.
5 questions
SECTION 5: HOW TO CREATE FUNCTIONS AND SOME PHP BUILT IN FUNCTIONS
0/7
Defining a function
This lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.
6 min
Adding parameters
This lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.
8 min
Returning values
This lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.
8 min
Built in functions: Math
This lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.
6 min
Built in functions: String and array
This lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.
5 min
Constants
This lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.
4 min
QUIZ
This lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.
5 questions
SECTION 6: THE USE OF FORMS IN PHP
0/4
Form submission
This lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.
4 min
Information retriever from a form
This lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.
7 min
Form values validation and out putting error messages
This lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.
17 min
QUIZ
This lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.
5 questions
SECTION 7: CONNECTING TO THE DATABASE USING PHP
0/7
Creating a database
This lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.
8 min
Connecting to your database
This lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.
7 min
Inserting data into the database
This lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.
11 min
Retrieving/read data from the database
This lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.
8 min
Updating records in the database
This lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.
26 min
Deleting records from the database
This lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.
5 min
QUIZ
This lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.
5 questions
SECTION 8: COOKIES AND SESSION IN PHP
0/5
Setting cookies
This lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.
10 min
Reading cookies
This lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.
8 min
Session set
This lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.
11 min
Date and time
This lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.
11 min
QUIZ
This lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.
5 questions
SECTION 9: PHP SECURITY
0/3
SQL injection
This lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.
9 min
Password encryption
This lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.
5 min
QUIZ
This lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.
5 questions
SECTION 10: OBJECT ORIENTED PHP
0/7
Defining a class in PHP
This lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.
4 min
Class properties and methods
This lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.
5 min
Class instantiation (object)
This lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.
6 min
Class inheritance
This lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.
6 min
Constructors
This lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.
3 min
Class access
This lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.
12 min
QUIZ
This lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.
6 questions
SECTION 11: PAGINATION IN PHP
0/5
Pagination introduction
This lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.
2 min
Pagination 1
This lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.
7 min
Pagination 2
This lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.
10 min
Pagination 3
This lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.
12 min
QUIZ
This lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.
5 questions
SECTION 12: PROJECT
0/6
Project intro
This lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.
16 min
project 1
This lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.
16 min
project 2
This lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.
14 min
project 3
This lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.
14 min
project 4
This lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.
6 min
project 5
This lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.
12 min
Video lesson
Intro to PHP
Sign In
The password must have a minimum of 8 characters of numbers and letters, contain at least 1 capital letter, and should not exceed 20 characters
Delete file
Are you sure you want to delete this file?
Cancel
Delete
Remember me
Sign In
Sign Up
Restore password
Send reset link
Password reset link sent
to your email
Close
Confirmation link sent
Please follow the instructions sent to your email address
Close
Your application is sent
We'll send you an email as soon as your application is approved.
Go to Profile
No account?
Sign Up
Sign In
Lost Password?
error: