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 overviewThis 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 textThis lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.
-
4Downloading and installation of XAMPPThis 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)This lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.
-
6QUIZThis 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 syntaxThis 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 PHPThis 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 dataThis lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.
-
10QUIZThis 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 phpThis 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 phpThis 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
-
13ArraysThis 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 arrayThis 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)
-
15OperatorsThis 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
-
16QUIZThis 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 statementThis 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
-
18SwitchThis 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 loopThis 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 loopThis lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.
-
21While loopThis 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 loopThis lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.
-
23QUIZThis 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 functionThis 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 parametersThis 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 valuesThis lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.
-
27Built in functions: MathThis 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 arrayThis lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.
-
29ConstantsThis lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.
-
30QUIZThis 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 submissionThis 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 formThis 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 messagesThis 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
-
34QUIZThis 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 databaseThis 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 databaseThis 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 databaseThis 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 databaseThis lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.
-
39Updating records in the databaseThis 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 databaseThis 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
-
41QUIZThis 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 cookiesThis 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 cookiesThis 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 setThis 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 timeThis lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.
-
46QUIZThis 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 injectionThis 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 encryptionThis 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
-
49QUIZThis 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 PHPThis 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 methodsThis 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)This 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 inheritanceThis 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
-
54ConstructorsThis lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.
-
55Class accessThis lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.
-
56QUIZThis 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 introductionThis 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 1This lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.
-
59Pagination 2This lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.
-
60Pagination 3This lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.
-
61QUIZThis lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.
SECTION 12: PROJECT
-
62Project introThis 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 1This lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.
-
64project 2This lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.
-
65project 3This lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.
-
66project 4This lesson is locked because you haven't completed the previous one yet. Finish the previous lesson to unlock this one.
-
67project 5This 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
Popular courses
-
Developing An Effective Online Course₦1,000By MasteryVault
-
Premiere Pro Tutorial for Beginner...₦6,000By Shola Ibrahim
-
CorelDRAW Beginners Guide₦7,000By Shola Ibrahim
-
Understanding HTML5 Elements, Attr...₦6,000By Uchechukwu Nwaneri
-
Data Structure Using C Language₦8,000By Oyindamola Akinola