• Post category:StudyBullet-6
  • Reading time:6 mins read


Learn to Code in PHP Procedural way and Create web applications with the knowledge you gain in this course

What you will learn

Students will be able to Understand PHP core parts and able to utilize these concepts in Building websites(Web apps)

Description

This course covers PHP and MySQL from Very Beginning that even anybody who has never Programmed can take the concepts from this course easily(I believe).If you want to Learn PHP Programming from Scratch then This course might be the good guide for you.This course also covers Mysql from Scratch including how to Create Database and What is SQL and MySQL,Β also CRUD operations are performed which is one of the fundamental things that you need while you create web sites.


Get Instant Notification of New Courses on our Telegram channel.


English
language

Content

Introduction

Introduction
prerequisites

PHP Intro

Intro to PHP
Requirements for this course
Installation

Variables and Printing in Screen

Concept of Variable
Variables(Coding part)
Printing on screen
Saving Files

Data types

Data types

Strings

Strings in PHP
String Functions
Printing strings
Herdoc Syntax
Herdoc Syntax-part 2

Numbers and Constants

Constants
Comments
Numeric functions
Operators

Conditions in PHP(Conditional Statements)

Conditional Concept
Conditional statements Syntax
Conditional(Coding part)

Operators

AND operator
OR operator
NOT operator

Switch cases in PHP

Switch Case

Loops

while Loop
Do While Loop
For Loop

Functions

Functiions in PHP

Arrays

Indexed array
Associative array
Multi Dimensional Array

Superglobals in PHP

GET request intro
Get Request part-2
Get Request part-3
POST request in PHP

Date and Times in PHP

Date and Time

MySql

SQL intro
Creating Database and Tables
Reading From Database
Using WHERE
Using AND,OR
Using LIKE
Inserting datas into database
Update Datas -Part 1
Update Datas -Part 2
Delete datas from Database