Home Page Suprise me! Author Contact

PHP 0 to hero - series

Setting up - PHP 0 to hero pt.1


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.


Read More

Math and Sessions - PHP 0 to hero pt.5


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


Read More

Strings - PHP 0 to hero pt.7


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


Read More

SQL pt.1 - PHP 0 to hero pt.9


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


Read More

SQL pt.2 - PHP 0 to hero pt.10


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


Read More

SQL pt.3 - PHP 0 to hero pt.11


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


Read More

PDO (SQL pt.4) - PHP 0 to hero pt.12


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


Read More

.htaccess and robots.txt files - PHP 0 to hero pt.16


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


Read More