Introduction - PHP 0 to Hero Pt.0
November 16, 2023
Welcome again.
I’d like to introduce you to a new series - a full PHP guide.
Read More
November 16, 2023
Welcome again.
I’d like to introduce you to a new series - a full PHP guide.
November 23, 2023
Welcome again - Let’s begin our journey
What will we do today? Sorry, but not coding yet
We’ll be setting up our PHP development server. Then we’ll test if it works
Sooo, there will be some code.
November 30, 2023
What’s up? Welcome in another part of this course
As we’ll be using PHP for web-dev - there is one more thing we need to talk about
So let’s go - no need to waste time
December 8, 2023
Finally, in the third part we start learning PHP
Today we will be creating a simple script for checking user’s age, based on their input
December 14, 2023
Welcome back This time, our main focus will be storing data in our code. There are many ways, in which we can do it and today - I’ll show you some of them
December 21, 2023
Welcome, time to learn again.
I think that everyone heard, that you don’t need math in web dev. And that’s a little tricky Even though yes - stuff like linear algebra or some advanced calculus may not be the most valuable knowlegde for us, yet mathematical logic or arithmetic is very useful
December 28, 2023
The sixth part of this tutorial is here - today, a very important topic. Loops
January 4, 2024
Hi The new year has come But now, let’s focus on coding - new, fresh topic today
Plenty of data consists of text - that’s why we have strings Their presence allows us to modify and just do whatever the hell we want to with it
January 11, 2024
Do you remember, when in part 2, we have written this…
January 18, 2024
What’s up - welcome in another part of this course
Today we have a very important topic - using databases in PHP
This part is an introduction - there will be 2 other parts, strictly about coding
January 22, 2024
When we have SQL database ready - let’s start learning language itself
SQL, as mentioned earlier, stands for Structured Query Language
It looks a bit like a sentence in English
Now, we need to learn actual syntax and how to use it
January 26, 2024
Hi and hello
Today we will test our knowledge from 2 previous parts (and add something new.) What will it be? We’ll be writing login script but in 2 ways. More about later in this article
January 29, 2024
Learning database connections draws to an end
Today I’ll show you pre-installed extension to PHP called PDO
It’s (in my opinion) better way to connect to the database
February 3, 2024
Today, we will get to something chill and easy - so we can rest a little after previous 4 parts of, intensive work.
We’ll focus on creating clean code and dividing it into modules
February 13, 2024
Welcome again - we’ll learn something new today
This article is purely theoretical - I want to familiarize you with OOP and its basic principles
February 22, 2024
Hi there! Welcome back to another exciting part of our PHP journey.
As in previous article we’ve learned a little about OOP theory - today it’s time for practice
February 28, 2024
Welcome - Whether sadly or not, that’s the last part of this series
We’ve finally come to an end - today I won’t be talking about PHP itself
You know, when we were writing a code, we’ve always had .php
at the end. Like /login.php
But it can be better