PHP Registration Form, Email Confirmation & Responsive Email
- Description
- Curriculum
- FAQ
- Reviews
Registration Form is a compulsory part of any dynamic website, in this course we are going to create a PHP registration form with email confirmation, forgot password and responsive email template. this course is PHP beginners students you just have the basic knowledge of PHP and we will cover Object Oriented Programming fundamentals in this course we have a separate section for oops.
What you will learn?
-
HTML & CSS Build eye catch UI
-
Object oriented programming fundamentals
-
PDO (PHP Data Object) fundamentals
-
Database library, form validations library & email library
-
Responsive email template
-
1Download Editor & Xampp ServerVideo lesson
In this lecture we will download the required tools for the course.
-
2Download Resource FilesVideo lesson
In this lecture we are going to download the resource files.
-
3Run Final Project On Local MachineVideo lesson
In this lecture, we are going to run our course final project on the local machine that our final course project is working or not.
-
4Optional - Send Email Confirmation Link from Local Host using 2nd WayVideo lesson
In this lecture, we are going to send an email confirmation link from the localhost using the PHPMailer library using 2nd way.
-
5Section IntroVideo lesson
In this lecture I will give a short overview about this section actually what we will do in this section.
-
6Create Folder StructureVideo lesson
In this lecture we will create our folder structure.
-
7Install Liver Server ExtensionVideo lesson
In this lecture we will install the vs code live server extension which basically help us in fast coding.
-
8What is CSS Variable & CSS Rem Unit ?Video lesson
In this lecture we will learn what is CSS variable and what is CSS Rem unit.
-
9Choose Google Fonts For LayoutVideo lesson
In this lecture we will simple choose a good google fonts for our layout.
-
10Create Navigation BarVideo lesson
In this lecture we will create the navigation bar using HTML and CSS.
-
11Style LinksVideo lesson
In this lecture we will style links using css.
-
12Create Signup FormVideo lesson
In this lecture we will create the signup form with html.
-
13Style Signup FormVideo lesson
In this lecture we will style the signup form using CSS.
-
14Make Layout ResponsiveVideo lesson
In this lecture we will make the layout responsive, responsive means we will add the media query to the layout.
-
15Create Login FormVideo lesson
In this lecture we will create the signup form.
-
16Create Forgot Password FormVideo lesson
In this lecture we will create the forgot password form.
-
17User DashboardVideo lesson
In this lecture we will work on dashboard, so simple in this lecture we will create profile.index file
-
18Style User CardVideo lesson
-
19Style Content SectionVideo lesson
In this lecture we will style the content section with css.
-
20Modify Profile Image and ButtonsVideo lesson
In this lecture we will modify profile image and buttons.
-
21Create Update Password FormVideo lesson
In this lecture we will create update password form.
-
22Create Add/Update Job FormVideo lesson
In this lecture we will create add job and update job form
-
23Create Add/Update Skills FormVideo lesson
In this lecture we will create add and update skills form.
-
24Create Add Biography FormVideo lesson
In this lecture we will create add biography form.
-
25Create Custom File Input FieldVideo lesson
In this lecture we will create a custom file upload input field with help of Pure CSS.
-
26Show Image Name On LabelVideo lesson
In this lecture we will display the image name on the label.
-
27Create Alert MessagesVideo lesson
In this lecture we will create the alert success and alert danger messages.
-
28Make The Layout ResponsiveVideo lesson
In this lecture we are going to make the layout responsive.
-
29Section IntroVideo lesson
In this lecture I will give a short overview about this section.
-
30What is Object Oriented ProgrammingVideo lesson
In this lecture we will learn what is object oriented programming and what are the advantages of object oriented programming.
-
31What is a Class ?Video lesson
In this lecture we will learn what is a class and what is an object.
-
32What is $this Keyword ?Video lesson
In this lecture we will learn what is $this keyword and what are the purpose of $this keyword.
-
33Access Level ModifiersVideo lesson
In this lecture we will learn the access level modifiers. access level modifiers basically set the methods and properties scope.
-
34What is Inheritance ?Video lesson
In this lecture we will learn what is inheritance and what are the purpose of inheritance.
-
35What is Construct Method ?Video lesson
In this lecture we will learn the construct and destruct magic methods.
-
36Static Methods & Static PropertiesVideo lesson
In this lecture we will learn what is static methods and static properties.
-
37Class Auto loadingVideo lesson
In this lecture we will are going to learn what is php auto loading and how to use the spl_auto_register method which is very useful method.
-
38Section IntroVideo lesson
In this section I will give you a short overview about this section.
-
39Create Database ConnectionVideo lesson
In this lecture we will create the database connection using PDO.
-
40Insert Data in DatabaseVideo lesson
In this lecture we will insert some data in the database using PDO.
-
41Prepare StatementVideo lesson
In this lecture we will learn what is PDO prepare statement.
-
42Update & Delete RecordsVideo lesson
In this lecture we will update and delete some data from the database using PDO.
-
43Fetch Data From Database TableVideo lesson
In this lecture we will fetch data from data database table using PDO.
-
44Section IntroVideo lesson
In this video I will give you a brief overview about this section.
-
45Create Database ConnectionVideo lesson
In this lecture we will create the database connection.
-
46Improve Database ConnectionVideo lesson
In this lecture we will slightly improve the database connection, basically we will define the database parameters in a another file so db class will become more clear.
-
47Create CRUD MethodVideo lesson
In this lecture we will create a CRUD method which will accept all the database queries.
-
48Create Row Count MethodVideo lesson
In this lecture we are going to create a row count method which will basically count the number of rows from specific table.
-
49Create Single Fetch Row MethodVideo lesson
In this lecture we are going to create another method which will fetch a single row from a table.
-
50Create All Fetch Rows MethodVideo lesson
In this lecture we will create another method which fetch all rows from a specific table.
-
51Create Form Validation LibraryVideo lesson
In this lecture we will create a form validation library which will basically take care of form validations.
-
52Split RulesVideo lesson
In this lecture we are going to discuss the validation rules step by step.
-
53Required RuleVideo lesson
In this lecture we will run the required rule.
-
54Error LabelVideo lesson
In this lecture we will pass a second argument from the validate method which will basically a label.
-
55Alphabetic RuleVideo lesson
In this lecture we will run the alphabetic rule. alphabetic rule means the value of input field must be alphabetic not be integer.
-
56Minimum Length RuleVideo lesson
In this lecture we are going to check minimum length rule in the array if rule is found then we will simply run the minimum length rule.
-
57Unique Email RuleVideo lesson
In this lecture we will add another rule which name is uniqueEmail rule, that rule will basically check the email availability in the database.
-
58Fetch Input Field ValuesVideo lesson
in this lecture we are going to fetch values from form input fields.
-
59Set Form ValuesVideo lesson
In this lecture we are going to set the form values we will create a brand new function that will check the value is set or not.
-
60Explain Email TemplateVideo lesson
In this lecture we will talk about email template.
-
61Install ComposerVideo lesson
In this lecture we are going to install composer, composer is dependency tool for PHP.
-
62Install Email LibraryVideo lesson
In this lecture we are going to install PHPMailer library which is a third party PHP library.
-
63Send Email From Local HostVideo lesson
In this lecture we are going to send an email from local host using phpmailer library.
-
64Create Email ClassVideo lesson
In this lecture we are going to create a new class EMAIL and email class will basically just send ab emails.
External Links May Contain Affiliate Links read more