Bootstrap your CodeIgniter application on Docker
How to use PHP for interacting with MySQL and Query the Database Tables
Connecting to MySQL using PHP and querying the database can seem overwhelming at first, but…
Learning PHP – Lesson 6 – Define PHP Functions
In this lesson we are going to introduce how to define PHP functions. A function…
Phalcon project from scratch step by step
In one of our previous articles we were showing how to setup your local dev…
Apache PHP and Phalcon in Docker
Setup your local dev environment with Apache PHP and Phalcon in Docker following these easy…
Learning PHP – Lesson 4 – Learn PHP Arrays
With this lesson we are introducing a powerful PHP tool: the arrays! Welcome to Learning…
Learning PHP – Lesson 5 – Learn how to use PHP Loops
Now that we have seen some basic functionalities of PHP we are going to introduce…
Learning PHP – Lesson 3 – if else
In this lesson we are going to look at how to execute some code under…
Learning PHP – Lesson 1 – PHP print and echo
In our previous article we introduced PHP and help to setup a small environment for…
Learning PHP – Introduction
With this series of article I want to introduce you to one of the most…