PHP is a general purpose scripting language that is intensively used for web application development. 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 are variables, 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.
The course is designed for those who are just starting their way in the IT industry. The course covers how to write in PHP, what are variables, data types and much more. After completing the course, graduates will have a sufficient base to choose the path of further development in the IT field.
ONLINE COURSE PROGRAM
Setting up the working environment. The structure of networks
Information about the browser as a web client
What is the 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 operators
Arrays (types of arrays). Loops. 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 of databases and PHP
Debugging programs