Course Description
In this course, you'll explore the basic structure of a web application, and how a web browser interacts with a web server.
You'll be introduced to the request/response cycle, including GET/POST/Redirect.
You'll also gain the basic syntax and data structures of the PHP language, variables, logic, iteration, arrays, error handling, and superglobal variables, among other element.
What you'll learn
After completing this course you will be able to :
-
Define PHP Variables, Operators, Arrays.
-
Uses cookies and manages session data in PHP.
-
Implement feed back.
-
Use a session to log in users in web applications.
-
Deal with MySQL.
-
Build a registration page and send data to the server.
-
Saving the data to the database.
-
Build SCRUD operations (create, update and delete user).
-
Authentication.
-
Build a Login Form and Validate users data.
-
Restructure the app to follow OOP principals.
Requirements
Basic concepts of:
-
Basic knowledge of OOP.
-
HTML.
-
Java script.