Opening: 08:30AM - 04:00PM

PHP Programming

15 h Labs - 15 h Lectures 30 total hours

PHP Programming

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 super global variables, among other element.
 

  • What you'll learn
  • 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.