Classbaze

Disclosure: when you buy through links on our site, we may earn an affiliate commission.

Learn Web Development – PHP, MySQL, HTML, CSS & Bootstrap,

Step by Step Web Development Course for Beginners with HTML, CSS, Bootstrap , PHP and MySQL
4.1
4.1/5
(22 reviews)
89 students
Created by

8.4

Classbaze Grade®

7.6

Freshness

8.7

Popularity

8.4

Material

Step by Step Web Development Course for Beginners with HTML
Platform: Udemy
Video: 36h 2m
Language: English
Next start: On Demand

Best PHP classes:

Classbaze Rating

Classbaze Grade®

8.4 / 10

CourseMarks Score® helps students to find the best classes. We aggregate 18 factors, including freshness, student feedback and content diversity.

Freshness

7.6 / 10
This course was last updated on 5/2020.

Course content can become outdated quite quickly. After analysing 71,530 courses, we found that the highest rated courses are updated every year. If a course has not been updated for more than 2 years, you should carefully evaluate the course before enrolling.

Popularity

8.7 / 10
We analyzed factors such as the rating (4.1/5) and the ratio between the number of reviews and the number of students, which is a great signal of student commitment.

New courses are hard to evaluate because there are no or just a few student ratings, but Student Feedback Score helps you find great courses even with fewer reviews.

Material

8.4 / 10
Video Score: 10.0 / 10
The course includes 36h 2m video content. Courses with more videos usually have a higher average rating. We have found that the sweet spot is 16 hours of video, which is long enough to teach a topic comprehensively, but not overwhelming. Courses over 16 hours of video gets the maximum score.
The average video length is 5 hours 53 minutes of 309 PHP courses on Udemy.
Detail Score: 9.7 / 10

The top online course contains a detailed description of the course, what you will learn and also a detailed description about the instructor.

Extra Content Score: 5.5 / 10

Tests, exercises, articles and other resources help students to better understand and deepen their understanding of the topic.

This course contains:

0 article.
0 resource.
0 exercise.
0 test.

In this page

About the course

Here is the Complete Syllabus of the course
Section 1:Introduction
Lecture 1:Course Introduction
Lecture 2:Installation of Tools Needed to Run PHP

Section 2:Basic HTML For Web Design | Development from Scratch
Lecture 3:HEADING and PARAGRAPH Tags in HTML
Lecture 4:IMAGE tag and its attributes in HTML
Lecture 5:Unorder List and Ordered List in HTML – Basic HTML
Lecture 6:TABLE Tag in HTML Part 1
Lecture 7:TABLE Tag in HTML Part 2
Lecture 8:Html Tags for Text Formatting
Lecture 9:Anchor Tag in HTML
Lecture 10:FORM Tag for Creating Web Forms Part 1
Lecture 11:FORM Tag for Creating Web Forms Part 2
Lecture 12:FORM Tag Radio Button and Select Tag in HTML Forms
Lecture 13:FORM Tag – ALL Other input tags in HTML Forms

Section 3:Basic CSS for Web Design | Development from Scratch
Lecture 14:CSS – Introduction
Lecture 15:Benefits or Purpose of writing CSS
Lecture 16:Simple Selectors in CSS – id, class and name of tag
Lecture 17:Different Ways of Writing CSS in a Web Page
Lecture 18:Colors in CSS – on Text, Background and Borders
Lecture 19:Backgrounds Related Properties in CSS
Lecture 20:Width and Height Related Properties in CSS
Lecture 21:Height and Width Inherit Values
Lecture 22:Text Related Properties in CSS
Lecture 23:Anchor Tag Related CSS Properties
Lecture 24:Margin and Padding Properties in CSS
Lecture 25:Fonts Related CSS Properties
Lecture 26:CSS Properties for Tables
Lecture 27:CSS Properties for Lists Part 1 (For UL and OL Tags)
Lecture 28:CSS Properties for Lists Part 2 (For UL and OL Tags)
Lecture 29:Display and Visibility Properties in CSS
Lecture 30:Creating a Simple Web Page Layout using DIV and CSS Part 1
Lecture 31:Web Page Layout Using CSS and DIV Part 2
Lecture 32:OVERFLOW Property in CSS
Lecture 33:Creating a NAVBAR using CSS and UL, LI

Section 4:Core PHP for Web Development From Scratch
Lecture 34:Writing First Statement in PHP
Lecture 35:Variables in PHP
Lecture 36:Datatypes in PHP
Lecture 37:Constants in PHP
Lecture 38:User Defined Functions in PHP
Lecture 39:Simple Calculator using GET and POST Superglobals Part1
Lecture 40:Simple Calculator using GET and POST Superglobals Part 2

Section 5:Operators in PHP
Lecture 41:Assignment Operators in PHP
Lecture 42:Arithmetic Operators in PHP
Lecture 43:Comparison Operators in PHP
Lecture 44:Logical Operators in PHP – Theory
Lecture 45:Logical Operators – Example – PHP
Lecture 46:Increment and Decrement Operators in PHP
Lecture 47:Ternary Operator in PHP
Lecture 48:String Operators in PHP

Section 6:LOOPS in PHP
Lecture 49:Nested For Loop and fetching Array values using For Loop
Lecture 50:FOR Loop Part 1
Lecture 51:WHILE Loop in PHP
Lecture 52:DO WHILE LOOP in PHP
Lecture 53:Foreach Loop in PHP

Section 7:Arrays in PHP
Lecture 54:Arrays – Indexed Arrays in PHP
Lecture 55:Associative Arrays in PHP
Lecture 56:Multidimensional Arrays in PHP

Section 8:Bootstrap for Beginners
Lecture 57:Bootstrap Introduction
Lecture 58:COLORS in Bootstrap – Theory
Lecture 59:Bootstrap COLORS – Examples
Lecture 60:Installing Bootstrap by Downloading the CSS and JS Files
Lecture 61:Creating an HTML Form With Dynamic Dropdown List in PHP
Lecture 62:Creating A Simple Web Page Layout Using Bootstrap – Part 1
Lecture 63:Creating A Simple Web Page Layout Using Bootstrap – Part 2
Lecture 64:Creating A Simple Web Page Layout Using Bootstrap – Part 3
Lecture 65:Creating Hotel’s Web Application – Basic Home Page – Banner and Services Section
Lecture 66:Creating a Responsive Navigation Menu Using Bootstrap
Lecture 67:Bootstrap Creating Template having Sliders Part 1
Lecture 68:Bootstrap Creating Template having Sliders Part 2
Lecture 69:Bootstrap Responsive Tables and Classes for Table Tag
Lecture 70:Creating and Designing a Registration Form Using Bootstrap Part 1
Lecture 71:Creating and Designing a Registration Form Using Bootstrap Part 2
Lecture 72:Other Important Classes Related to Forms in Bootstrap

Section 9:PHP with MySQL – Databases and Tables
Lecture 73:Creating Database and Table for Application Using MySQL
Lecture 74:Creating a Table with Foreign Key Constraint in MySqL
Lecture 75:Connecting to MySQL Server using PHP
Lecture 76:Show Databases and Show Tables – SQL Query Using PHP
Lecture 77:Insert Records in MySQL Table From HTML Form using PHP Part 1
Lecture 78:Insert Records in MySQL Table From HTML Form using PHP Part 2
Lecture 79:Insert Data Into MySQL Table Using PDO – PHP Data Object
Lecture 80:View Records from a MySQL Table using PHP and Select Statement
Lecture 81:Update Records of MySQL Table Using PHP and MySqli Prepared Stamenet Part 1
Lecture 82:Update Records of MySQL Table Using PHP and MySqli Prepared Stamenet Part 2
Lecture 83:Update Records of MySQL Table Using PHP and MySqli Prepared Stamenet Part 3
Lecture 84:WHERE CLAUSE in MySQL with Example Queries
Lecture 85:LIKE Operator in Where Clause
Lecture 86:Creating a Login Page using HTML and PHP Part 1
Lecture 87:What are Session Variables – Introduction
Lecture 88:How to Modify Destroy or Unset Session Variables
Lecture 89:Fixing the Login Page for Logged In and anonymous users
Lecture 90:Creating User Profile Page in PHP – with the help of Session
Lecture 91:Creating Dynamic Navigation Bar and Logout Page in PHP
Lecture 92:Creating Role Based Access on Pages in PHP Part 1
Lecture 93:Creating Role Based Access on Pages in PHP part 2
Lecture 94:Using MySQL Joins for Joining 2 Tables and Fetching Results in PHP
Lecture 95:Web Hosting of PHP and MYSQL Application – Introduction
Lecture 96:Deleting Records of MySQL Table using PHP and MySQLi Prepared Statements part 1
Lecture 97:Deleting Records of MySQL Table using PHP and MySQLi Prepared Statements part 2
Lecture 98:How to Create Views in MySQL – Using PhpMyAdmin
Lecture 99:Transferring PHP Project from Local to Web Hosting – part 1
Lecture 100:Transferring PHP Project from Local to Web Hosting – part 2

Section 10:Functions for STRINGS in PHP
Lecture 101:Strings in PHP
Lecture 102:Addcslashes and Addslashes – String Functions in PHP
Lecture 103:str_word_count String Function in PHP PV
Lecture 104:Crc32 and Explode String Functions in PHP
Lecture 105:Chunk_split and Count_chars String Functions in PHP
Lecture 106:Htmlentities and Html_entity_decode String Functions
Lecture 107:Implode and Join String Functions
Lecture 108:Stripslashes and Stripcslashes String Functions in PHP
Lecture 109:Strcmp String Function in PHP
Lecture 110:SHA1 and SHA1_FILE Functions in PHP
Lecture 111:MD5 and MD5_FILE Functions in PHP
Lecture 112:Implode and Join String Functions in Php
Lecture 113:Lcfirst Ucfirst strtolower strtoupper String Functions
Lecture 114:Ltrim,Rtrim, Trim String Functions in PHP
Lecture 115:SOUNDEX , SIMILAR_TEXT and METAPHONE Functions in PHP
Lecture 116:Str_rot13, Str_Split and Str_shuffle String Functions in PHP
Lecture 117:Stripos String Function in PHP
Lecture 118:Strchr String Function in PHP
Lecture 119:Strip_tags String Function in PHP
Lecture 120:Str_replace String function in PHP

Section 11:Object Oriented Programming Concepts in PHP
Lecture 121:Object Oriented Programming – PHP Introduction
Lecture 122:Use of Instanceof Keyword in Object Oriented Programming – PHP
Lecture 123:__destruct() Function in Object Oriented Programming

What can you learn from this course?

✓ Core PHP and Fundamentals of MySQL Databases for PHP Web Applications
✓ Object Oriented Programming Concept in PHP
✓ Creating Web Applications using PHP and MySQL
✓ Bootstrap Framework for creating responsive web designs
✓ Basics HTML, CSS for Web Page Designing
✓ PHP

What you need to start the course?

• A simple code editor and a zeal to learn

Who is this course is made for?

• Students and Working professionals interested in Learning Web Development for Job or Freelance work
• Entrepreneurs interested in creating web applications for their own startup.

Are there coupons or discounts for Learn Web Development - PHP, MySQL, HTML, CSS & Bootstrap, ? What is the current price?

The course costs $14.99. And currently there is a 82% discount on the original price of the course, which was $24.99. So you save $10 if you enroll the course now.
The average price is $17.9 of 309 PHP courses. So this course is 16% cheaper than the average PHP course on Udemy.

Will I be refunded if I'm not satisfied with the Learn Web Development - PHP, MySQL, HTML, CSS & Bootstrap, course?

YES, Learn Web Development – PHP, MySQL, HTML, CSS & Bootstrap, has a 30-day money back guarantee. The 30-day refund policy is designed to allow students to study without risk.

Are there any financial aid for this course?

Currently we could not find a scholarship for the Learn Web Development - PHP, MySQL, HTML, CSS & Bootstrap, course, but there is a $10 discount from the original price ($24.99). So the current price is just $14.99.

Who will teach this course? Can I trust Ankit Srivastava?

Ankit Srivastava has created 9 courses that got 187 reviews which are generally positive. Ankit Srivastava has taught 8,259 students and received a 4.3 average review out of 187 reviews. Depending on the information available, we think that Ankit Srivastava is an instructor that you can trust.
Digital Marketing Manager and Data Analyst @ Slidescope®
I am an IT professional with 10 Years of experience in the field of Digital Marketing , Web Development and Training. I have developed more than 200 websites using various programming languages. I have worked on Digital Marketing projects of 50+ clients .I teach Python. Asp Dot net (C#) , SQL, PHP, Wordpress, Data Analytics and Machine Learning. Using my videos and lectures you will be able to create software applications, web applications, relational databases and much more.
Browse all courses by on Classbaze.

8.4

Classbaze Grade®

7.6

Freshness

8.7

Popularity

8.4

Material

Platform: Udemy
Video: 36h 2m
Language: English
Next start: On Demand

Classbaze recommendations for you