5
2 reviews
Web Development Using PHP
- Description
- Curriculum
- Reviews
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
-
1Intro to PHPPreview 5 minutes
A brief introduction on PHP
-
2Course overview2 minutesThis lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.An over view of the Course out lines
-
3Downloading and installation of sublime text2 minutesThis lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.
-
4Downloading and installation of XAMPP2 minutesThis lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.
-
5Downloading and installation Visual studio code (alternative)2 minutesThis lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.
-
6QUIZ5 questionsThis lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.
SECTION 2: PHP FUNDAMENTALS
-
7PHP syntax9 minThis lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.You will be learning the various syntax in php
-
8Inserting comments in PHP8 minThis lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.PHP has two types of comments, you will be learning how to use them in this video
-
9Out putting a dynamic data9 minThis lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.
-
10QUIZ7 questionsThis lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.
SECTION 3: DATA TYPES
-
11Data Types in php5 minThis lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.We will be learning various type of data used in php.
-
12Variables in php8 minThis lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.How to declare a variable
-
13Arrays10 minThis lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.How to declare an array
-
14Associative and Multidimensional array11 minThis lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.More about arrays (associative and Multidimensional array)
-
15Operators14 minThis lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.Some operators and how they are used
-
16QUIZ6 questionsThis lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.
SECTION 4: PHP CONTROL STRUCTURES AND LOOPS
-
17If statement12 minThis lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.We will be learning about if statement which is a type of conditional statement in php
-
18Switch10 minThis lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.We will be learning about Switch which is a type of conditional statement in php
-
19For loop12 minThis lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.We will be learning about for loop which is a type of loop in php
-
20For each loop12 minThis lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.
-
21While loop7 minThis lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.We will be learning about while loop which is a type of loop in php
-
22Do while loop7 minThis lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.
-
23QUIZ5 questionsThis lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.
SECTION 5: HOW TO CREATE FUNCTIONS AND SOME PHP BUILT IN FUNCTIONS
-
24Defining a function6 minThis lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.How to create a function.
-
25Adding parameters8 minThis lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.Adding parameters to your function
-
26Returning values8 minThis lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.
-
27Built in functions: Math6 minThis lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.we will be learning about some built-in php functions
-
28Built in functions: String and array5 minThis lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.
-
29Constants4 minThis lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.
-
30QUIZ5 questionsThis lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.
SECTION 6: THE USE OF FORMS IN PHP
-
31Form submission4 minThis lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.you will be learning how php in used to retrieve data from a form.
-
32Information retriever from a form7 minThis lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.retrieving Information from a form and out putting it
-
33Form values validation and out putting error messages17 minThis lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.adding some validation to your form
-
34QUIZ5 questionsThis lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.
SECTION 7: CONNECTING TO THE DATABASE USING PHP
-
35Creating a database8 minThis lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.we will be creating a database in this video
-
36Connecting to your database7 minThis lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.we will be Connecting to the database in this video
-
37Inserting data into the database11 minThis lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.we will be Inserting some data into the database in this video
-
38Retrieving/read data from the database8 minThis lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.
-
39Updating records in the database26 minThis lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.Updating some records in the database
-
40Deleting records from the database5 minThis lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.we will be learning how to delete records from the database
-
41QUIZ5 questionsThis lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.
SECTION 8: COOKIES AND SESSION IN PHP
-
42Setting cookies10 minThis lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.we will be learning how to set cookies and how they are been used
-
43Reading cookies8 minThis lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.we will be learning how to read cookies out on the web page
-
44Session set11 minThis lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.we will be learning how to set session and how they are been used
-
45Date and time11 minThis lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.
-
46QUIZ5 questionsThis lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.
SECTION 9: PHP SECURITY
-
47SQL injection9 minThis lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.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
-
48Password encryption5 minThis lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.we will be encrypting our password in side the database in this video
-
49QUIZ5 questionsThis lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.
SECTION 10: OBJECT ORIENTED PHP
-
50Defining a class in PHP4 minThis lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.we will be learning how a class is defined
-
51Class properties and methods5 minThis lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.we will be learning how Class properties and methods are declared
-
52Class instantiation (object)6 minThis lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.An object is an instant of a class, we will be learning how this objects are created
-
53Class inheritance6 minThis lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.we will be creating a sub class which will be inheriting the parent class values
-
54Constructors3 minThis lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.
-
55Class access12 minThis lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.
-
56QUIZ6 questionsThis lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.
SECTION 11: PAGINATION IN PHP
-
57Pagination introduction2 minThis lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.we will be learning how paginate large data retrieved from the database on our web.
-
58Pagination 17 minThis lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.
-
59Pagination 210 minThis lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.
-
60Pagination 312 minThis lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.
-
61QUIZ5 questionsThis lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.
SECTION 12: PROJECT
-
62Project intro16 minThis lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.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.
-
63project 116 minThis lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.
-
64project 214 minThis lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.
-
65project 314 minThis lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.
-
66project 46 minThis lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.
-
67project 512 minThis lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.
Related courses
Share
Course details
Duration
12 hours
Lectures
56
Video
56
Quizzes
11
Level
Beginner