Description
What will you learn:-
- Understand how to use PHP in a practical setting
- Learn the fundamentals of PHP
- Convert abstract text to PHP codes by conceptualising it
Syllabus:-
-
Downloading and Installing Local Server
-
Admin Dashboard Error Solution
-
Downloading and Installing Code Editor & plugins
-
Setting up the Environment Final Ste
-
PHP Introductions
-
Syntax – open, echo, string
-
PHP Variables, Logical & Comparison Operators
-
Statement – if, else, elseif
-
Array – Indexed, Associative
-
Exercise 1 with Solution And Explanatio
-
Loops – foreach
-
Functions and Arguments
-
Include & Super Global
-
Super Globals $_SERVER, $_POST $GET
-
Filters – Validate and Sanitize
-
Echo & Concatenation
-
Exercise 2 with Solution And Explanation
-
Overview of MySQL
-
Creating Database and Tables
-
Connecting to Database and SQL Syntax & Functions
-
Inserting / Updating Data
-
Selecting / Deleting Data
-
Looping through your results and Displaying it
-
Summary