PHP Basic

PHP is a general-purpose scripting language that is widely used for developing web applications. Currently, it is one of the leaders among the languages used to create dynamic websites. During the two months of training, students will learn the basics of programming, as well as what variables are, data types, and much more. Students will learn the basics of programming and gain the necessary knowledge to successfully start a career in the IT industry.

COURSE OBJECTIVES
Learn to write simple programs in PHP
Get acquainted with the basics of OOP
Learn the basic algorithms

ONLINE COURSE PROGRAM

Setting up the working environment. The structure of networks
Information about the browser as a web client
What is software
Installing a web server

HTML/CSS basics
Bootstrap

Working with PHP and HTTP
HTTP/HTTPS protocol operation
HTTP requests, HTTP responses, headers, statuses, mime
Basic syntax and how the language works
Content-type: xml, json, html, images

Variables and constants
Data types
Integer, Float, String. Functions for working with strings
Data type bool, conditional statements
Arrays (types of arrays). The cycles. Functions for working with arrays

Functions
Forms
GET
POST
Multipart

Constructions
Working with files

Sessions and cookies
Basics of working with databases
SELECT
INSERT
UPDATE
DELETE

Interaction between databases and PHP
Debugging programs