PHP : Zero to Hero
- Description
- Curriculum
- FAQ
- Reviews
Hello every one !!!
This course is designed to go through the required steps to build complete E-commerce web site from scratch and then go to next level of advanced techniques in PHP
It’s not required to have previous knowledge about web site development, this course start from zero knowledge about web development
It has been divided into six parts :
1- HTML
2-CSS
3- Java Script
4- Database
5- PHP
6- Build E-Commerce web site from login page to payment using paypal
7- Web API and JSON
8- jQuery and AJAX
9- OOP and Three layer design pattern
10- Publishing web site
11- Extra Videos
You can select any part if you already have a knowledge about specific part
PHP : Zero to Hero – Part 1
In this part, I’m going to teach basics of HTML which include
1- Paragraphs and headers
2- Tables, Images and Links
PHP : Zero to Hero – Part 2
In this part, I’m going to teach basics of CSS which include
1- Inline, internal and external
2- ID and Class
3- Bootstrap
4- Templates
3- Div, list and Form
4- Videos and Youtube
PHP : Zero to Hero – Part 3
In this part, I’m going to teach basics of Java scripts which include
1- Variables, Conditions and Loop
2- Functions and Events
3- DOM
4- Time out and Interval
PHP : Zero to Hero – Part 4
In this part, I’m going to teach basics of MySQL database which include
1- Database, Tables and Joins
2- SQL statement
3- Aggregate Functions and Sub Query
4- Import and Export database
PHP : Zero to Hero – Part 5
In this part, I’m going to teach basics of PHP which include
1- PHP basics
2- Get, Post, Session and Cookie
3- PHP and MySQL
PHP : Zero to Hero – Part 6
In this part, I’m going to teach how to build web store from scratch and PayPal functionality for the payment process and you can find the source code in the Bonus section
PHP : Zero to Hero – Part 7
In this part, I’m going to teach you about Web API and JSON and implement weather condition example for live web API
PHP : Zero to Hero – Part 8
In this part, I’m going to teach you about jQuery and AJAX and implement group chat as an example for using AJAX and jQuery
PHP : Zero to Hero – Part 9
In this part, I’m going to teach you about OOP concepts using PHP and how you can create three layers design pattern using OOP and PHP
PHP : Zero to Hero – Part 10
In this part, I’m going to teach you the process of publishing your web site on live web server
PHP : Zero to Hero – Extra Videos
In this part, I’m going to add many videos in many topics related to PHP in gradual way
I will be happy to help you, so please send my any question you have
I hope to be one of my 14000+ students around the world
Enjoy
-
1Introduction
At the end of this video, you will get an idea about the contents of this course
-
2Install WAMP and Netbeans
At the end of this video, you will be able to download and install WAMP server and Netbeans IDE
-
3Create and Run your first web site
At the end of this video, you will be able to Create your first web site using Netbeans IDE and run it using WAMP server
-
4Introduction to HTML
At the end of this video, you will get an idea about HTML and its syntax
-
5Your first HTML page
At the end of this video, you will be able to create web page and adding some text inside it
-
6Nested Tag
At the end of this video, you will be able to format your page using nested tags
-
7Ordered and Unordered List
At the end of this video, you will be able create ordered and unordered list using HTML tags
-
8Table
At the end of this video, you will be able create a table with some rows and columns
-
9Image
At the end of this video, you will be able add an image inside your web page
-
10Hyper Link
At the end of this video, you will be able to add internal and external hyper links
-
11Div
At the end of this video, you will be able to add Div inside your web page
-
12HTML Form – Part 1
At the end of this video, you will be able to add form with input tools like text, password, email and submit button
-
13HTML Form – Part 2
At the end of this video, you will be able to add form with radio button and check box
-
14HTML Form – Part 3
At the end of this video, you will be able to add form with select and text area tag
-
15Video
At the end of this video, you will be able to add a video to your web page
-
16YouTube Video
At the end of this video, you will be able to add a Youtube video to your web page
-
17HTML Quiz
-
18Introduction to CSS
At the end of this video, you will get an idea about CSS and its syntax
-
19Inline, Internal and External
At the end of this video, you will be able to implement inline, internal and external CSS inside your web pages
-
20Class and ID
At the end of this video, you will be able to implement ID and Class using CSS
-
21Bootstrap – Part 1
At the end of this video, you will be able to add bootstrap framework to your web page
-
22Bootstrap – Part 2
At the end of this video, you will be able to add use some Bootstrap classes
-
23Bootstrap – Part 3
At the end of this video, you will be able to add gallery using the Row class in Bootstrap
-
24Bootstrap – Part 4
At the end of this video, you will be able to make your images as auto responsive images
-
25Bootstrap – Part 5
At the end of this video, you will be able to add a menu to your web page
-
26Template
At the end of this video, you will be able to download ready-made CSS template and add it to Netbeans IDE
-
27CSS Quiz
-
28Introduction to Java Script
At the end of this video, you will get an idea about Java Script and its use
-
29Your first Java Script page
At the end of this video, you will be able to run your first Java Script page
-
30Variable
At the end of this video, you will be able to create a variable using Java Script
-
31Conditions
At the end of this video, you will be able to implement conditions using if / else structure
-
32Loop
At the end of this video, you will be able to implement the iteration concept using for keyword in Java Script
-
33Functions
At the end of this video, you will be able to create and call a function using Java Script
-
34Events
At the end of this video, you will be able to implement events using Java Script
-
35DOM - 1
At the end of this video, you will get an idea about Document Object Model
-
36DOM – 2
At the end of this video, you will be able to create a page to sum two numbers from input text
-
37DOM-3
At the end of this video, you will be able to use Java Script to call CSS classes to format HTML elements
-
38Timer using setTimeOut
At the end of this video, you will be able to use setTimeout function to create timer operation
-
39Timer using setInterval
At the end of this video, you will be able to use setInterval function to create periodic operation
-
40Comment Page
At the end of this video, you will be able to create a comment page using Java Script
-
41Java Script Quiz
-
42Introduction to Database
At the end of this video, you will get an idea about database and its terminologies
-
43Database and Tables
At the end of this video, you will be to create database and tables using MySQL
-
44Add Auto Increment attribute
At the end of this video, you will be to add auto increment attribute to your field
-
45SQL – Insert
At the end of this video, you will be to implement “insert” statement to add data
-
46SQL – Update
At the end of this video, you will be to implement “update” statement to change the data
-
47SQL – Delete
At the end of this video, you will be to implement “delete” statement to remove the data
-
48SQL – Select
At the end of this video, you will be to implement “select” statement to read the data
-
49SQL – Aggregate Functions
At the end of this video, you will be to implement the aggregate functions to summarize the data
-
50SQL – Sub Query
At the end of this video, you will be to implement Sub Query for more complex queries
-
51SQL – Join
At the end of this video, you will be to retrieve data from multiple tables
-
52Import / Export database
At the end of this video, you will be to import and export your database using MySQL
-
53Database Quiz
-
54Introduction to PHP
At the end of this video, you will get an idea about PHP and its uses
-
55Variables
At the end of this video, you will be able to create variables using PHP and print them out
-
56Conditions
At the end of this video, you will be able to use if statement in PHP
-
57Loop
At the end of this video, you will be able to use for and while statements in PHP
-
58Cumulative Array
At the end of this video, you will be able to create cumulative array
-
59Associative Array
At the end of this video, you will be able to create associative array
-
60Data Transfer using Get
At the end of this video, you will be able to use Get method to transfer data between web pages
-
61Data Transfer using Post – 1
At the end of this video, you will be able to use post method to transfer data between web pages
-
62Data Transfer using Post – 2
At the end of this video, you will be able to use post method to send and receive the data from the same web page
-
63Session
At the end of this video, you will be able to implement session in PHP
-
64Cookie
At the end of this video, you will be able to implement cookies in PHP
-
65PHP and MySQL – 1
At the end of this video, you will be able to add data from PHP web page to MySQL database
-
66PHP and MySQL – 2
At the end of this video, you will be able to find data from MySQL database using PHP
-
67PHP and MySQL – 3
At the end of this video, you will be able to check the existence of data
-
68PHP and MySQL – 4
At the end of this video, you will be able to retrieve multiple rows from MySQL database using PHP