What you will learn
You will be able to install and work comfortably with PHP
You will be able to read and write PHP code
You will be able to understand some backend key terms
You will be able to dive deep into some PHP complex topics easily
You will be able to grasp most common PHP standards code in no time
Description
Do you want to start with web development and specifically back end? Have you ever thought about learning PHP but you don’t know how and where to start? Are you currently a web developer and want to quickly get into PHP? If your answer is “yes”, then you are in for a treat, because in this course, I packed my knowledge and experience of years of PHP. So after this course you can feel comfortable working with PHP. The course is highly dedicated for those people who want to get into PHP and start with it in no time. We will start working with the basic fundamentals of PHP like “echo statements”, “comments” and stuff like that up to the intermediate level and then to the advanced parts like “super globals”, “date and time” and so on.
The other part of the course is very simple and yet practical crucial and useful and that is “building a todolist with PHP and MySQL”. and in it, I am going to walk you through the process of building this little app, so you can apply what you have learnt. I am also going to show you how to think and analyze in terms of code and this will unlock your potential as a programmer and allow you to get out of the tutorial hell which kills every programmer’s possibility of getting ahead.
The course also contains material as in code snippets and source codes for the project applied and quizzes and so on. if you are ready to take this journey with me, then go ahead and take this course.
English
language
Content
Introduction
Introduction
Installation
Installing Xampp
Installing Sublime
Basic Syntax and First Steps
Basic Syntax
Echo
Print and Differences between Echo and Print
Variables
Constants
Comments
Single vs Double Quotes
Basic Syntax
Echo
Comments
Data Types
Integers
Floats
Booleans
Strings
Nulls
Integers and Floats
Operators
Arithmetical Operators
Assignment Operators
Comparison Operators
19-Increment and Decrement Operators
Increment and Decrement
Statements
If Elseif Else
Switch
if else
Loops
While
For
For
Arrays
Arrays and Indexed Arrays
Associative Arrays
Multidimensional Arrays
Indexed Arrays
Functions
Functions
Functions with Arguments
Functions
Super Globals
Intro to Super Globals
Post
Get
Sessions pt. 1
Sessions pt. 2
Date and Time
Date
Time
date 📅
Post a Comment