PHP : Zero to Hero
PHP : Zero to Hero, available at $54.99, has an average rating of 4.25, with 121 lectures, based on 91 reviews, and has 1370 subscribers.
You will learn about Use HTML to make web pages CSS to format web pages JavaScript to add interactivity to web pages MySQL database to store data SQL to manipulate data PHP to make server side proceesing Connect PHP to database Build e-commerce web site Implement PayPal payment gateway in web site This course is ideal for individuals who are This course is meant for IT Students, developers or any interested person in Web sapp development who are looking to develop an interactive web apps It is particularly useful for This course is meant for IT Students, developers or any interested person in Web sapp development who are looking to develop an interactive web apps.
Enroll now: PHP : Zero to Hero
Summary
Title: PHP : Zero to Hero
Price: $54.99
Average Rating: 4.25
Number of Lectures: 121
Number of Published Lectures: 121
Number of Curriculum Items: 121
Number of Published Curriculum Objects: 121
Original Price: $24.99
Quality Status: approved
Status: Live
What You Will Learn
- Use HTML to make web pages
- CSS to format web pages
- JavaScript to add interactivity to web pages
- MySQL database to store data
- SQL to manipulate data
- PHP to make server side proceesing
- Connect PHP to database
- Build e-commerce web site
- Implement PayPal payment gateway in web site
Who Should Attend
- This course is meant for IT Students, developers or any interested person in Web sapp development who are looking to develop an interactive web apps
Target Audiences
- This course is meant for IT Students, developers or any interested person in Web sapp development who are looking to develop an interactive web apps
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
Course Curriculum
Chapter 1: Introduction
Lecture 1: Introduction
Lecture 2: Install WAMP and Netbeans
Lecture 3: Create and Run your first web site
Chapter 2: HTML
Lecture 1: Introduction to HTML
Lecture 2: Your first HTML page
Lecture 3: Nested Tag
Lecture 4: Ordered and Unordered List
Lecture 5: Table
Lecture 6: Image
Lecture 7: Hyper Link
Lecture 8: Div
Lecture 9: HTML Form – Part 1
Lecture 10: HTML Form – Part 2
Lecture 11: HTML Form – Part 3
Lecture 12: Video
Lecture 13: YouTube Video
Lecture 14: HTML Quiz
Chapter 3: CSS
Lecture 1: Introduction to CSS
Lecture 2: Inline, Internal and External
Lecture 3: Class and ID
Lecture 4: Bootstrap – Part 1
Lecture 5: Bootstrap – Part 2
Lecture 6: Bootstrap – Part 3
Lecture 7: Bootstrap – Part 4
Lecture 8: Bootstrap – Part 5
Lecture 9: Template
Lecture 10: CSS Quiz
Chapter 4: Java Script
Lecture 1: Introduction to Java Script
Lecture 2: Your first Java Script page
Lecture 3: Variable
Lecture 4: Conditions
Lecture 5: Loop
Lecture 6: Functions
Lecture 7: Events
Lecture 8: DOM – 1
Lecture 9: DOM – 2
Lecture 10: DOM-3
Lecture 11: Timer using setTimeOut
Lecture 12: Timer using setInterval
Lecture 13: Comment Page
Lecture 14: Java Script Quiz
Chapter 5: Database using MySQL
Lecture 1: Introduction to Database
Lecture 2: Database and Tables
Lecture 3: Add Auto Increment attribute
Lecture 4: SQL – Insert
Lecture 5: SQL – Update
Lecture 6: SQL – Delete
Lecture 7: SQL – Select
Lecture 8: SQL – Aggregate Functions
Lecture 9: SQL – Sub Query
Lecture 10: SQL – Join
Lecture 11: Import / Export database
Lecture 12: Database Quiz
Chapter 6: PHP
Lecture 1: Introduction to PHP
Lecture 2: Variables
Lecture 3: Conditions
Lecture 4: Loop
Lecture 5: Cumulative Array
Lecture 6: Associative Array
Lecture 7: Data Transfer using Get
Lecture 8: Data Transfer using Post – 1
Lecture 9: Data Transfer using Post – 2
Lecture 10: Session
Lecture 11: Cookie
Lecture 12: PHP and MySQL – 1
Lecture 13: PHP and MySQL – 2
Lecture 14: PHP and MySQL – 3
Lecture 15: PHP and MySQL – 4
Chapter 7: E-Commerce Project
Lecture 1: Use the template
Lecture 2: Include Header and Footer
Lecture 3: Edit Header and Footer
Lecture 4: Login and Signup UI
Lecture 5: Signup Implantation
Lecture 6: Signup Validation
Lecture 7: Login Implantation
Lecture 8: Session Implantation
Lecture 9: Menu UI – Part 1
Lecture 10: Menu UI – Part 2
Lecture 11: Menu Implementation – Part 1
Lecture 12: Menu Implementation – Part 2
Lecture 13: Menu Implementation – Part 3
Lecture 14: Menu Implementation – Part 4
Lecture 15: Menu Implementation – Part 5
Lecture 16: Menu Implementation – Part 6
Lecture 17: Menu Implementation – Part 7
Lecture 18: Order Implementation – Part 1
Lecture 19: Order Implementation – Part 2
Lecture 20: Order Implementation – Part 3
Lecture 21: Show Bill – Part 1
Lecture 22: Show Bill – Part 2
Lecture 23: PayPal – Part 1
Lecture 24: PayPal – Part 2
Lecture 25: Project Quiz
Instructors
-
Dhoyazan Adbo Othman
Senior Trainer and Developer at Pioneers Academy
Rating Distribution
- 1 stars: 3 votes
- 2 stars: 4 votes
- 3 stars: 11 votes
- 4 stars: 20 votes
- 5 stars: 53 votes
Frequently Asked Questions
How long do I have access to the course materials?
You can view and review the lecture materials indefinitely, like an on-demand channel.
Can I take my courses with me wherever I go?
Definitely! If you have an internet connection, courses on Udemy are available on any device at any time. If you don’t have an internet connection, some instructors also let their students download course lectures. That’s up to the instructor though, so make sure you get on their good side!
You may also like
- Top 10 Language Learning Courses to Learn in November 2024
- Top 10 Video Editing Courses to Learn in November 2024
- Top 10 Music Production Courses to Learn in November 2024
- Top 10 Animation Courses to Learn in November 2024
- Top 10 Digital Illustration Courses to Learn in November 2024
- Top 10 Renewable Energy Courses to Learn in November 2024
- Top 10 Sustainable Living Courses to Learn in November 2024
- Top 10 Ethical AI Courses to Learn in November 2024
- Top 10 Cybersecurity Fundamentals Courses to Learn in November 2024
- Top 10 Smart Home Technology Courses to Learn in November 2024
- Top 10 Holistic Health Courses to Learn in November 2024
- Top 10 Nutrition And Diet Planning Courses to Learn in November 2024
- Top 10 Yoga Instruction Courses to Learn in November 2024
- Top 10 Stress Management Courses to Learn in November 2024
- Top 10 Mindfulness Meditation Courses to Learn in November 2024
- Top 10 Life Coaching Courses to Learn in November 2024
- Top 10 Career Development Courses to Learn in November 2024
- Top 10 Relationship Building Courses to Learn in November 2024
- Top 10 Parenting Skills Courses to Learn in November 2024
- Top 10 Home Improvement Courses to Learn in November 2024