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
SECTION 2: PHP FUNDAMENTALS
SECTION 3: DATA TYPES
-
11Data Types in phpWe will be learning various type of data used in php.
-
12Variables in phpHow to declare a variable
-
13ArraysHow to declare an array
-
14Associative and Multidimensional arrayMore about arrays (associative and Multidimensional array)
-
15OperatorsSome operators and how they are used
-
16QUIZ
SECTION 4: PHP CONTROL STRUCTURES AND LOOPS
-
17If statementWe will be learning about if statement which is a type of conditional statement in php
-
18SwitchWe will be learning about Switch which is a type of conditional statement in php
-
19For loopWe will be learning about for loop which is a type of loop in php
-
20For each loop
-
21While loopWe will be learning about while loop which is a type of loop in php
-
22Do while loop
-
23QUIZ
SECTION 5: HOW TO CREATE FUNCTIONS AND SOME PHP BUILT IN FUNCTIONS
SECTION 6: THE USE OF FORMS IN PHP
SECTION 7: CONNECTING TO THE DATABASE USING PHP
-
35Creating a databasewe will be creating a database in this video
-
36Connecting to your databasewe will be Connecting to the database in this video
-
37Inserting data into the databasewe will be Inserting some data into the database in this video
-
38Retrieving/read data from the database
-
39Updating records in the databaseUpdating some records in the database
-
40Deleting records from the databasewe will be learning how to delete records from the database
-
41QUIZ
SECTION 8: COOKIES AND SESSION IN PHP
SECTION 9: PHP SECURITY
SECTION 10: OBJECT ORIENTED PHP
-
50Defining a class in PHPwe will be learning how a class is defined
-
51Class properties and methodswe will be learning how Class properties and methods are declared
-
52Class instantiation (object)An object is an instant of a class, we will be learning how this objects are created
-
53Class inheritancewe will be creating a sub class which will be inheriting the parent class values
-
54Constructors
-
55Class access
-
56QUIZ