<?xml version="1.0"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
    <channel>
        <title>Community of PHP developers - php.land</title>
        <link>https://php.land</link>
        <description>Community of PHP developers</description>
        <language>ru-ru</language>
        <copyright>Copyright (C) php.land</copyright>
        <atom:link href="https://php.land/feed" rel="self" type="application/rss+xml"/>
        <item>
            <title><![CDATA[Arrays in PHP: Lesson with examples]]></title>
            <link>https://php.land/php-for-beginners/arrays</link>
            <description><![CDATA[In this lesson we will learn what arrays are in PHP. Array keys. Adding and removing elements. Multidimensional arrays in PHP]]></description>
            <pubDate>Sat, 13 Apr 2024 17:12:22 +0300</pubDate>
                        <guid>https://php.land/php-for-beginners/arrays</guid>
        </item>
        <item>
            <title><![CDATA[Including files in PHP: include and require]]></title>
            <link>https://php.land/php-for-beginners/include-and-require</link>
            <description><![CDATA[We learn to include files with PHP code inside other files. Let's start talking about the application architecture.]]></description>
            <pubDate>Tue, 31 Oct 2023 03:57:49 +0300</pubDate>
                        <guid>https://php.land/php-for-beginners/include-and-require</guid>
        </item>
        <item>
            <title><![CDATA[Functions in PHP: Lesson with Examples]]></title>
            <link>https://php.land/php-for-beginners/functions</link>
            <description><![CDATA[Functions in PHP: how to use, how to create your own function, passing parameters by reference and value, recursive functions, type hinting]]></description>
            <pubDate>Sun, 04 Dec 2022 10:24:36 +0300</pubDate>
                        <guid>https://php.land/php-for-beginners/functions</guid>
        </item>
        <item>
            <title><![CDATA[Conditions in PHP: if, else, switch statements, ternary operator]]></title>
            <link>https://php.land/php-for-beginners/conditions</link>
            <description><![CDATA[Parsing conditions in PHP: if-else constructs, multiple if conditions, switch-case statement, and ternary operator. Theory and practical examples.]]></description>
            <pubDate>Wed, 02 Nov 2022 07:49:28 +0300</pubDate>
                        <guid>https://php.land/php-for-beginners/conditions</guid>
        </item>
        <item>
            <title><![CDATA[PHP Operators: Theory and Practice]]></title>
            <link>https://php.land/php-for-beginners/operators</link>
            <description><![CDATA[Today we'll talk about operators in PHP - what they are, what they are for and how to use them correctly. Let's analyze all the main types of operators and practice using them in practice.]]></description>
            <pubDate>Wed, 15 Sep 2021 13:43:13 +0300</pubDate>
                        <guid>https://php.land/php-for-beginners/operators</guid>
        </item>
        <item>
            <title><![CDATA[Data types in PHP]]></title>
            <link>https://php.land/php-for-beginners/data-types</link>
            <description><![CDATA[Data types in PHP and a few words about dynamic typing. In PHP, unlike other programming languages, we mean the types of values, not variables.]]></description>
            <pubDate>Wed, 08 Sep 2021 15:30:07 +0300</pubDate>
                        <guid>https://php.land/php-for-beginners/data-types</guid>
        </item>
        <item>
            <title><![CDATA[Variables in PHP]]></title>
            <link>https://php.land/php-for-beginners/variables</link>
            <description><![CDATA[Everything about PHP variables. What is it and how to use it correctly so that other programmers don't hate you.]]></description>
            <pubDate>Wed, 08 Sep 2021 15:15:57 +0300</pubDate>
                        <guid>https://php.land/php-for-beginners/variables</guid>
        </item>
        <item>
            <title><![CDATA[PHP Expressions]]></title>
            <link>https://php.land/php-for-beginners/php-expressions</link>
            <description><![CDATA[To begin with, an expression in PHP is generally any string, number, object, array, or anything else that is presented explicitly or in the form of some kind of computation.]]></description>
            <pubDate>Wed, 08 Sep 2021 15:06:49 +0300</pubDate>
                        <guid>https://php.land/php-for-beginners/php-expressions</guid>
        </item>
        <item>
            <title><![CDATA[Installing and configuring PHPStorm]]></title>
            <link>https://php.land/php-for-beginners/installing-and-configuring-phpstorm</link>
            <description><![CDATA[In this tutorial, we'll take a look at the coolest IDE for PHP developers called PHPStorm. This IDE has great code highlighting, a bunch of built-in refactoring tools, helpful hints, skins for every taste, and a whole lot more.]]></description>
            <pubDate>Mon, 14 Jun 2021 12:06:15 +0300</pubDate>
                        <guid>https://php.land/php-for-beginners/installing-and-configuring-phpstorm</guid>
        </item>
        <item>
            <title><![CDATA[Installing and configuring XAMPP]]></title>
            <link>https://php.land/php-for-beginners/installing-and-configuring-xampp</link>
            <description><![CDATA[In this lesson, we will look at setting up the environment required for PHP development using the XAMPP package - this is a cross-platform application (works under Windows, MacOS, Linux) that allows you to quickly deploy a bundle from PHP, Apache, MariaDB (analogous to MySQL) for local development.]]></description>
            <pubDate>Sun, 13 Jun 2021 09:35:45 +0300</pubDate>
            <enclosure url="https://php.land/uploads/img/20210613fa0fad2111e5cf129385ffca5952728e4adc6aac1e981824e61bd05cbac5d8fa.png" type="image/jpeg"/>            <guid>https://php.land/php-for-beginners/installing-and-configuring-xampp</guid>
        </item>
        <item>
            <title><![CDATA[How PHP works]]></title>
            <link>https://php.land/php-for-beginners/how-php-works</link>
            <description><![CDATA[What PHP is, how it works and what it is for. Benefits and scheme of work.]]></description>
            <pubDate>Sun, 30 May 2021 15:45:11 +0300</pubDate>
                        <guid>https://php.land/php-for-beginners/how-php-works</guid>
        </item>
        <item>
            <title><![CDATA[Introduction to PHP Course]]></title>
            <link>https://php.land/php-for-beginners/introduction</link>
            <description><![CDATA[Introductory lesson to PHP programming course for beginners.]]></description>
            <pubDate>Wed, 26 May 2021 19:20:43 +0300</pubDate>
                        <guid>https://php.land/php-for-beginners/introduction</guid>
        </item>
        <item>
            <title><![CDATA[How to choose a PHP framework to learn]]></title>
            <link>https://php.land/post/how-to-choose-a-php-framework-to-learn</link>
            <description><![CDATA[Today I want to talk about how long I could not decide on the choice of PHP framework to study and how Google Trends helped me with this.]]></description>
            <pubDate>Tue, 18 May 2021 22:54:47 +0300</pubDate>
                        <guid>https://php.land/post/how-to-choose-a-php-framework-to-learn</guid>
        </item>
    </channel>
</rss>
