This course is designed to give you the foundation to become a professional PHP developer in a XAMPP environment with exercises and projects. You'll learn the syntax of PHP, form processing, including functions, arrays, classes, operators, database integration, and more.
Course Overview
PHP has an easy learning curve and has a very user-friendly approach. It is used in almost all domains, including social media, medical, travel, and so on. Want to get up to speed with the latest PHP 7.0 version? If your answer is yes, then you should take this course.
This course will get you up to speed starting with basic concepts such as variables, data types, arrays and loops.
Scope
This course focuses on the basic aspects of PHP right from variables, data types, arrays, and loops. It will also cover an explanation on frameworks, which will help you in writing your own custom framework. This course will also guide you in creating your own application.
Target Audience
This course is for anyone interested and wants to learn about the fundamentals of PHP programming. Students should have a basic knowledge with HTML, CSS, JavaScript, and MySQL
Course Content
Getting Started
What is PHP?
Setup Code Editor (VS Code)
Xampp – Installing and Setup
PHP Syntax
PHP Echo and Print
PHP Comment
Embedding PHP in HTML
Our First PHP Page
Introduction to MYSQL
Introduction to phpmyadmin
Variable and Data Types
Variable and Constant
Data Types
Arrays and Various Types of Array
...
PHP Control Structure
if.. elseif … else Statements
Comparison and Logical Operators
Switch Statements in PHP
Loop (For loop, While loop, Foreach Loop)
PHP User-defined Functions
Defining Functions
Function Parameters
Return values from Functions
Global Variable and Scope
Newer way of creating a constant
PHP Built-in Functions
String Functions
Math Functions
Array Functions
How To Use Form Data in PHP
How To Use Form Data in PHP
POST and GET Method
Checking for Form Submission
Extracting information from Form fields
Validating the Form values
Submission of Form values
How to Use Databases in PHP
Introduction to Databases
Introduction to Tables and Fields
Introduction to PHPmyadmin
Creating a Database in PHPmyadmin
Creating Tables in PHPmyadmin
Connecting to the Database using PHP
Creating Records into the database table with PHP
Reading information in the Database with PHP
Query to Update and Delete Records from database table with PHP
PHP Project
User Registration
PHP Security (MYSQL injection – how to prevent it)
Password Encryption
Create Folders and upload files from Forms PHP
PHP Mail Function
User Login and Sessions
Viewing Record(s) from Database tables to web page in PHP