
This is the course outline of what we are going to learn , the thing that are not in video are listed here in detail
I am going to cover the following thing in detail:
Introduction to PHP
What is PHP
Need of PHP
Versions of PHP
PHP Installation
WAMP Server & XAMPP Server
Getting Started
Creating First PHP script
Where to store PHP page.
Things to remember when saving PHP page.
Server configuration of Adobe Dreamweaver
Variables in PHP
Operators in PHP
Types
Unary
Binary
Ternary
Classifications
Arithmetic
Relational
Logical
Assignment
Bitwise
String
Operands and Expressions
Conditional Statements in PHP
If-Else
Switch-Case
Loops in PHP
for
while
do-while
foreach
Functions in PHP
Built-in Functions
User defined functions
Form Handling
GET
POST
Email Sending
State Management
Cookies
Sessions
PHP Sanitization / Filters
Validations in PHP
Introduction to MySQL
MySQL database connectivity with PHP
Creating database
Creating tables
Creating columns and other constraints
Creating Views,Stored Procedures and triggers
Joins and relationships
CRUD Operations using PHP and MySQL
Object Oriented PHP
Other things can be added if possible
This lecture will give you detailed understanding of PHP and its related content
This lecture will give you hands on experience about installation of XAMPP and WAMP software packages. also PORT configuration is demonstrated here
This video will help you to create your first php page and it will help you how to run that php page. Also how to configure Dreamweaver for server based web site.
This video will help you to learn how to add HTML & CSS with PHP.
This lecture will give you understanding about HTTP Headers and header() function in PHP and how redirection takes place?
This lecture will help you to learn the following :
What is a form?
How to send data from one page to another in PHP?
What methods are used to send data from one page to another?
What is the difference between GET & POST method.
Practical GET method demonstration
Practical POST method demonstration
Implementation of Bootstrap with PHP and HTML
This video will help you to learn:
What are variables in PHP?
What are Data Types?
What are identifiers?
What is a constant and how it is created in PHP?
What are the rules when creating variable naming conventions?
This lecture will help you to learn about scope and boundaries of a variable life time through out PHP page execution. Following are the scopes that are demonstrated with example in detail.
Local
Global
Static
This lecture will help you to learn what are Environment variables and how you can you them in side PHP
?
This lecture will give you complete guide of every type of operators along with precedence of operators evaluation in an expression.
This video will help you to learn practically how unary operators are performing operations on operands.
This video will help you to learn practically how binary and arithmetic operators are performing operations on operands.
This video will help you understand how ternary operators are performing its operations similar to if-else.
This video will help you learn the order in which an expression can be evaluated in PHP.
This video will help you to understand the behavior of relational operators in PHP.
This lecture will help you to learn about logical operators in PHP i.e AND, OR, NOT with practical implementation.
This video lecture helps you to understand bitwise operators and how calculation is being performed using bitwise AND, OR, COMPLEMENT, LEFT SHIFT & RIGHT SHIFT Operators along with XOR.
This video is demonstrating the use of assignment operators in PHP and it tell you the way to use shorter way of assignments in PHP.
This video will help you to grasp understanding about the change in behavior of expression when we prefix or post fix increment and decrement operators in PHP
This chapter will help you to understand how if-else and if-else-if conditions are working with PHP
This video will help you to learn in depths about a=switch case statements in PHP
This video will help you to learn about the following things in PHP.
1. Nested If-Else
2. Self page data submission
3. What is isset() function and how to use it?
This lecture will help you to do work with nested switch case
This is an introductory lecture that help you to understand what are loops and why we use it.
This video will help you how to write FOR loop and what are way in which we can use for loop.
This video will help you to create a reverse for loop with practical implemetation
This video will give you more insights of for loop and its behavior whether optional or infinite
This video will help you to learn in-depth about for loop and nested for loop along with pattern program to improve logic building.
This video will help you to grasp detailed understanding about while loop in PHP.
This video lecture helps you to learn while loop along with if-else with practical implementation
This video lecture helps you to learn nested while loop with pattern programs.
This lecture will tell you about do-while loops and what makes it different from FOR and WHILE loops
This video will help you to understand the working of jump statements break, continue and exit with practical implementation.
This video will help you to learn what are functions in PHP in details along with it types.
This video will help you to learn mathematical function in PHP with practical demonstration. Following are the functions that we study:
abs()
max()
min()
sqrt()
pow()
rand()
round()
ceil()
floor()
This video will help you to learn what are strings and how to manipulate strings with built in functions of PHP
This video will help you to learn how to manipulate dates in PHP using builtin date functions
This lecture will help you to understand how customized error messages can be displayed and how to handle errors in PHP.
This video helps you to create your own function according to your requirements and this lecture helps you to create different type of user defined functions like parameterized, non parameterized function and returning and non returning functions.
This lecture helps you to learn how nesting of functions can be performed or how can you pass a function as input to other functions in PHP.
This video will help you to learn what are default arguments / parameters and how they benefit us.
This lecture helps you to understood recursion process with functions. Recursion mean calling of function itself within it self.
This session will guide you what is an array and why we use it.
This video will help you to learn how array is initialized in PHP.
This video will give you insights of what are associative array in PHP.
This video will help you to understand how multiple array can be merged in PHP
This video will help you to learn multidimensional associative array in PHP
This lecture will help you to learn how array can be created in simple manner and how to use foreach loop.
This video will help you to learn how multidimensional indexed arrays are created.
This lecture will help you to learn about the following functions in PHP.
count
sizeof
array_count_values
array_flip
array_intersect
array_keys
array_reverse
array_shift
array_key_exists
array_push
array_pop
This lecture will help you to understand how sorting is done in arrays in PHP using sort() , rsort() and arsort() functions
This video will help you to understand the concept of state management in PHP
This lecture will describe how to remove cookie using user interaction on website.
[NOTE Cookies are not recommended for authentication purposes]
This video will help you to learn how session are created and utilized in PHP with Login and Logout example.
This lecture describes the php.ini file and its importance
This lecture will help you to understand how to get rid of erroneous data.
This lecture will help you to secure your web application from malicious user input at run-time using sanitization .
This video will help you to validate your form data w.r.t Cross Site Scripting Attacks on your web application
This lecture gives you complete learning methodology for file uploading using PHP.
This lecture give you a synopsis about OOP and help you to understand why OOP is good for programming.
This video will guide to to distinguish difference between normal function and constructors.
This video will make you learn how to achieve abstraction in OOP in PHP.
This video will make you learn how to achieve encapsulation in OOP in PHP.
This video will make you learn how to achieve inheritance in OOP in PHP and what are access specifiers.
Hi students,
welcome to my course Web Development with PHP & MySQL
This course will be an all in one solution that helps you to learn how to create a web application using PHP and MySQL, all at one place. This course is a complete mixture of multiple technologies like HTML, CSS, JavaScript, JQuery, Bootstrap and AJAX along with PHP and MySQL.
I am going to cover the following thing in detail:
Introduction to PHP
What is PHP
Need of PHP
Versions of PHP
PHP Installation
WAMP Server & XAMPP Server
Getting Started
Creating First PHP script
Where to store PHP page.
Things to remember when saving PHP page.
Server configuration of Adobe Dreamweaver
Variables in PHP
Operators in PHP
Types
Unary
Binary
Ternary
Classifications
Arithmetic
Relational
Logical
Assignment
Bitwise
String
Operands and Expressions
Conditional Statements in PHP
If-Else
Switch-Case
Loops in PHP
for
while
do-while
foreach
Functions in PHP
Built-in Functions
User defined functions
Form Handling
GET
POST
Email Sending
State Management
Cookies
Sessions
PHP Sanitization / Filters
Validations in PHP
Introduction to MySQL
MySQL database connectivity with PHP
Creating database
Creating tables
Creating columns and other constraints
Creating Views,Stored Procedures and triggers
Joins and relationships
CRUD Operations using PHP and MySQL
Object Oriented PHP
Other things can be added if possible