Become Master of Programming and it Concepts & Fundamentals
- Description
- Curriculum
- FAQ
- Reviews
This Course is all about learn Programming and become a worthy Programmer and Start earning money.
It is University level course where we teach Programming and it’s concepts and fundamentals with great and deep explanation.
- We will gonna cover all concept and fundamentals of Programming in Details with proper explanation.
- We will be using PHP as a programming language and MySqli for Database, both are pretty popular and easy to use.
- We will learn PHP and MySqli in complete details, from basic syntax to all the advanced functions and resources in it.
- We will also cover Object Oriented Programming (OOP) in this course with complete details and proper explanation with examples.
- After this Course you’ll understand how to do Programming and be able to create your programs and projects, you’ll have complete knowledge of PHP and MySqli as well as understanding of Object Oriented Programming (OOP) .
- You will understand each concept of Object Oriented Programming (OOP) and easily be able to apply it in real life projects.
- You will be able to understand programming concepts and fundamentals and easily be able to apply them in your programming projects.
If you’re Interested to become a Professional Programmer and grow in IT field then get into this course without hesitation and you’ll gonna love it.
-
1Introduction to PHPVideo lesson
In this lecture:
- We'll gonna talk about, what exactly PHP is and it worth in market.
- We'll gonna discuss why you should learn PHP.
- Advantages and Scope of PHP Programmer in the world.
-
2Installation Guide for Required Softwares (Xampp & Notpad++)Video lesson
In this lecture:
- We are going to install Xampp and Notpad++.
- We'll see how use them in order to work with PHP in your own System.
- Teach you How to Troubleshoot with common Issues if you face them.
-
3Write Basic Syntex and Run PHP fileVideo lesson
In this lecture:
- We'll gonna write a simple PHP file syntax, and run it on Browse
- We'll see how to get the PHP specification of your server.
-
4PHP CommentsVideo lesson
In this lecture:
- We'll gonna see what are comments, and their purpose.
- how to use them.
-
5Data Types in PHPVideo lesson
In this lecture:
- We'll gonna see what are the Data Types in PHP.
- Details of each data type.
- When to use them.
-
6PHP Print functionVideo lesson
In this lecture:
- We'll gonna see what is print function do.
- How to use it
- Advantage over other display function.
-
7PHP printf functionVideo lesson
In this lecture:
- We'll gonna see what printf function is.
- How to use it
- Advantage over other display function.
-
8PHP echo functionVideo lesson
In this lecture:
- We'll gonna see what is echo function do.
- How to use it
- Advantage over other display function.
-
12Operators in ProgrammingVideo lesson
In this lecture:
- We'll gonna see what are the Operators.
- Types of operators.
- When to use them.
-
13Escape SequencesVideo lesson
In this lecture:
- We'll gonna see what they are..
- how to use them.
-
14Format SpecifiersVideo lesson
In this lecture:
- We'll gonna see what they are..
- how to use them.
-
15IF StatementVideo lesson
In this lecture:
- We'll gonna learn how to use if statement.
- why and where to use them.
-
16IF and Else StatementVideo lesson
In this lecture:
- We'll gonna learn how to work with IF and ELSE statement.
- why and where to use them.
-
17IF, ELSEIF and ELSE StatementVideo lesson
In this lecture:
- We'll gonna learn how to make a logical condition using This statement.
- why and where to use them.
-
18Switch StatementVideo lesson
In this lecture:
- We'll gonna learn how to perform logical condition using Switch statement.
- why and where to use them.
-
19Conditional TagVideo lesson
In this lecture:
- We'll gonna teach you how to use conditional tag to make a decision.
-
20For LoopVideo lesson
In this lecture:
- We'll see what are loops.
- We'll gonna see what is For Loop.
- How to use it
-
21While LoopVideo lesson
In this lecture:
- We'll gonna see what is While Loop.
- How to use it
-
22Do While LoopVideo lesson
In this lecture:
- We'll gonna see what is do while Loop.
- How to use it
-
23For each LoopVideo lesson
In this lecture:
- We'll gonna see what is Foreach Loop.
- How to use it
-
26$GLOBALSVideo lesson
In this lecture:
- We'll gonna see what this variable do.
- how to use it.
-
27$_GETVideo lesson
In this lecture:
- We'll gonna see what this variable do.
- how to use it.
-
28$_POSTVideo lesson
In this lecture:
- We'll gonna see what this variable do.
- how to use it.
-
29$_COOKIE (Cookie)Video lesson
In this lecture:
- We'll gonna see what this variable do.
- how to use it.
-
30$_SESSION (Session)Video lesson
In this lecture:
- We'll gonna see what this variable do.
- how to use it.
-
31$_REQUESTVideo lesson
In this lecture:
- We'll gonna see what this variable do.
- how to use it.
-
32$_SERVERVideo lesson
In this lecture:
- We'll gonna see what this variable do.
- how to use it.
-
33$_FILEVideo lesson
In this lecture:
- We'll gonna see what this variable do.
- how to use it.
-
34Filters in PHP and filter_has_var() functionVideo lesson
In this lecture:
We'll gonna see what are filters.
types of filters.
usage of them.
look into filter_has_var()
learn how to use it
-
35Filter: filter_input()Video lesson
In this lecture:
- We'll gonna see what these filter do .
- How to use them.
-
36filter_input_array()Video lesson
In this lecture:
We'll gonna see what these filter do.
how to use them.
-
37Filter: filter_var()Video lesson
In this lecture:
- We'll gonna see what these filter do.
- how to use them.
-
38filter_var_array()Video lesson
In this lecture:
We'll gonna see what these filter do.
how to use them.
-
39Functions for including filesVideo lesson
In this Lecture we are gonna learn,
- How to include file to one another using php functions.
- we are also gonna see all the functions for this work.
-
40readfile() functionVideo lesson
In this lecture:
- We'll gonna learn what does readfile function does.
- How to use it to read file.
-
41How to open and read fileVideo lesson
In this lecture:
- We'll gonna learn how to open the file to read and write it.
- We'll learn how to read the file content.
-
42How to Write and append in fileVideo lesson
In this lecture:
- We'll gonna learn how to write the content in file.
- WE'll gonna see all the options to write in file.
-
43Basic Knowledge of OOPVideo lesson
In this lecture:
- We'll gonna see the what is OOP.
- how to use it.
-
44Classes and ObjectsVideo lesson
In this lecture:
We'll gonna learn about classes, what they are and how to use them.
We'll gonna learn about Objects, what they are and how to use them.
-
45ConstructorVideo lesson
In this lecture:
- We'll gonna see what constructor.
- how to use them.
-
46EncapsulationVideo lesson
In this lecture:
- We'll gonna see what encapsulation is and how to do it.
-
47InheritanceVideo lesson
In this lecture:
- We'll gonna learn Inheritance.
-
48AbstractionVideo lesson
In this lecture:
- We'll gonna learn Abstraction.
-
49PolymorphismVideo lesson
In this lecture:
- We'll gonna learn about polymorphism.
-
50InterfacesVideo lesson
In this lecture:
- We'll gonna learn about Interfaces.
-
51TraitsVideo lesson
In this lecture:
We'll gonna see what are Traits
How to use them.
-
52StaticVideo lesson
In this lecture:
- We'll gonna learn about Static.
-
53Database ConnectionVideo lesson
In this lecture:
- We'll gonna learn how to connect database with PHP system.
-
54Insert data into database using PHPVideo lesson
In this lecture:
- We'll gonna learn how to insert data into database.
-
55Fetch data from database with different scenariosVideo lesson
In this lecture:
- We'll gonna learn how to retrieve data using multiple examples.
-
56Update data in database with different examplesVideo lesson
In this lecture:
- We'll gonna learn how to update data in database.
-
57Delete data from databaseVideo lesson
In this lecture:
- We'll gonna learn how to remove data from database.
External Links May Contain Affiliate Links read more