Description
What will you learn:-
- You will have a thorough understanding of PHP principles at the end of this course.
- You'll have written a number of helpful dynamic PHP examples when you're done.
- The final component of this course focuses on creating a dynamic restaurant website.
- You'll be so pleased about your newly gained PHP skills that you'll want to start converting all of your websites to PHP by the end of this course.
Syllabus:-
1. Introduction
- What is PHP?
- What does PHP do?
- Tools to Get Started
- The Course Files
- PHP Pop Quiz!
- Your First PHP Web Page
- PHP Syntax
- PHP Variables
- More Variables
- Defining Constants
- Get Your Hands Dirty
- PHP Arrays
- PHP Associative Arrays
- PHP Multi-Dimensional Arrays
- Get Your Hands Dirty!
2. PHP If, Else & Elseif
- If Statements
- PHP Else
- PHP Elseif
- Get Your Hands Dirty!
- Comparison Operators
- Logical Operators
- Arithmetic Operators
- String Operators
- Assignment Operator
- While Loop
- For Loop
- Foreach Loop
- Do / While Loo
- Intro to PHP Functions
- Custom Functions
- Simple Argument
- The Final Website
- Code a Basic Webpage Layout
- Templating a Global Header & Footer
- Dynamic Copyright & Hours of Operation
- Code a "Team Member" Array & Template
- Code a "Menu" Array & Template
- Understanding $_GET
- Code a "Menu Item" Dynamic Template
- Code a Simple Contact Form
- Understanding $_POST
- Simple Form Validation & Submission (Part 1)
- Simple Form Validation & Submission (Part 2)
- Uploading Your Website Live On The Web
- Wrap Up & Where to Go From Here