Step into the world of web development with PHP Webforms for Everyone and transform your ability to create dynamic, interactive forms. This course equips you with the knowledge to build functional web pages, from the basics of PHP to advanced topics like form handling and database connections. PHP Webforms for Everyone covers the essentials, guiding you through key concepts such as data validation, object-oriented programming, and real-world app forms. Perfect for both beginners and those looking to sharpen their PHP skills, this course ensures that you’ll gain a solid foundation in web development.
Learning Outcomes
After studying the course materials of the PHP Webforms for Everyone there will be a written assignment test which you can take either during or at the end of the course. After successfully passing the test you will be able to claim the pdf certificate for £4.99. Original Hard Copy certificates need to be ordered at an additional cost of £8.
This PHP Webforms for Everyone does not require you to have any prior qualifications or experience. You can just enrol and start learning.This PHP Webforms for Everyone was made by professionals and it is compatible with all PC’s, Mac’s, tablets and smartphones. You will be able to access the course from anywhere at any time as long as you have a good enough internet connection.
Getting Started | |||
Introduction | 00:03:00 | ||
Course Curriculum | 00:06:00 | ||
How to Get Pre-Requisites | 00:02:00 | ||
Getting Started on Windows, Linux or Mac | 00:01:00 | ||
How to ask a Great Questions | 00:02:00 | ||
FAQ’s | 00:01:00 | ||
Setting up Local Development Environment | |||
What is PHP | 00:08:00 | ||
Installing XAMPP for PHP, MySQL and Apache | 00:12:00 | ||
Choosing Code Editor | 00:03:00 | ||
Installing Code Editor (Sublime Text) | 00:04:00 | ||
Installing Code Editor(Visual Studio Code) | 00:09:00 | ||
Creating PHP Project on XAMPP | 00:03:00 | ||
Hello World Program | 00:06:00 | ||
Summary | 00:01:00 | ||
PHP Fundamentals | |||
Section Introduction | 00:02:00 | ||
Variables | 00:16:00 | ||
Echo and Print | 00:08:00 | ||
Data Types | 00:11:00 | ||
Numbers | 00:06:00 | ||
Boolean | 00:04:00 | ||
Arrays | 00:06:00 | ||
Multi-Dimensional Array | 00:07:00 | ||
Sorting Arrays | 00:04:00 | ||
Constants | 00:05:00 | ||
Comments | 00:04:00 | ||
Summary | 00:01:00 | ||
PHP Strings | |||
Section Introduction | 00:01:00 | ||
Strings | 00:04:00 | ||
String Formatting | 00:05:00 | ||
String Methods | 00:08:00 | ||
Coding Exercise | 00:01:00 | ||
Solution for Coding Exercise | 00:01:00 | ||
Summary | 00:02:00 | ||
PHP Operators | |||
Section Introduction | 00:01:00 | ||
Arithmetic operators | 00:03:00 | ||
Assignment operators | 00:02:00 | ||
Comparison operators | 00:05:00 | ||
Increment – decrement operators | 00:03:00 | ||
Logical operators | 00:06:00 | ||
Ternary operator | 00:03:00 | ||
Summary | 00:01:00 | ||
PHP Conditional Statements | |||
Section Introduction | 00:01:00 | ||
If statement | 00:05:00 | ||
If-else statement | 00:02:00 | ||
If-elseif-else statement | 00:03:00 | ||
Switch-case statement | 00:05:00 | ||
Summary | 00:01:00 | ||
PHP Control Flow Statements | |||
Section Introduction | 00:02:00 | ||
Flow Chart | 00:06:00 | ||
While loop | 00:09:00 | ||
Do-while loop | 00:04:00 | ||
For loop | 00:15:00 | ||
Foreach loop | 00:04:00 | ||
Break | 00:04:00 | ||
Continue | 00:02:00 | ||
Coding Exercise | 00:01:00 | ||
Solution for Coding Exercise.mp43 | 00:01:00 | ||
Summary | 00:01:00 | ||
PHP Functions | |||
Section Introduction | 00:02:00 | ||
Creating a Function | 00:08:00 | ||
Function with Arguments | 00:08:00 | ||
Default Argument | 00:03:00 | ||
Function return values | 00:06:00 | ||
Call-by-value | 00:02:00 | ||
Call-by-reference | 00:03:00 | ||
Summary | 00:01:00 | ||
PHP Superglobals | |||
Section Introduction | 00:02:00 | ||
$_SERVER | 00:04:00 | ||
$_REQUEST | 00:03:00 | ||
$_POST Method | 00:06:00 | ||
$_GET Method | 00:02:00 | ||
Summary | 00:01:00 | ||
PHP Advanced | |||
Section Introduction | 00:02:00 | ||
Form Handling | 00:08:00 | ||
Date and Time | 00:08:00 | ||
Include | 00:06:00 | ||
Require | 00:02:00 | ||
Cookies | 00:06:00 | ||
Sessions | 00:08:00 | ||
File Reading | 00:02:00 | ||
File Writing | 00:05:00 | ||
File Upload | 00:06:00 | ||
Summary | 00:01:00 | ||
PHP OOPs – [Object Oriented Programming] | |||
Section Introduction | 00:01:00 | ||
What is OOP | 00:03:00 | ||
Class and Objects | 00:11:00 | ||
Constructor | 00:04:00 | ||
Destructor | 00:03:00 | ||
Access Modifiers | 00:10:00 | ||
Inheritance | 00:12:00 | ||
Method overriding | 00:06:00 | ||
Abstract Class | 00:03:00 | ||
Interface | 00:08:00 | ||
Summary | 00:01:00 | ||
PHP – MySQL Database(CRUD) | |||
Section Introduction | 00:02:00 | ||
MySQL Basic PhpMyAdmin | 00:04:00 | ||
Creating Database and Table | 00:07:00 | ||
Database Connection | 00:05:00 | ||
PHP Form Create records | 00:16:00 | ||
PHP Form Reading records | 00:11:00 | ||
PHP Form Update Data | 00:15:00 | ||
PHP Form Delete records | 00:04:00 | ||
Summary | 00:01:00 | ||
PHP Real-World App Forms | |||
Section Introduction | 00:01:00 | ||
Registration Form | 00:04:00 | ||
MD5 Algorithm for Encrypting | 00:03:00 | ||
Sha Algorithm | 00:02:00 | ||
Login Form | 00:12:00 | ||
Dashboard | 00:05:00 | ||
Summary | 00:01:00 | ||
PHP Client-side Validations | |||
Introduction | 00:01:00 | ||
On Submit Validation | 00:09:00 | ||
Input Numeric Validation | 00:12:00 | ||
Login Form Validation | 00:05:00 | ||
Password Strength Check Validation | 00:04:00 | ||
Summary | 00:01:00 | ||
PHP Server-Side Validations | |||
Section Introduction | 00:01:00 | ||
Form Server-side all Data Validation | 00:06:00 | ||
Form Server-side Validation | 00:06:00 | ||
Summary | 00:01:00 | ||
PHP Error Handling | |||
Try-throw-catch | 00:06:00 | ||
Try-throw-catch-finally | 00:02:00 |
Dive into the world of programming with “Python Programming from Scratch with MySQL Database,” an ideal blend of two powerful …
0
Dive into the world of web development with confidence, as “Learn Web Development from Scratch” takes you through an engaging …
0
Step into the dynamic realm of web development with PyScript Fundamentals Training, designed to introduce you to the seamless integration …
0