Tag: php
-
Bootstrap your CodeIgniter application on Docker
In this article we are showing how to Bootstrap your CodeIgniter application on Docker
-
How to use PHP for interacting with MySQL and Query the Database Tables
By following the steps outlined in this article, you should be able to get an insight on how to use PHP for interacting with MySQL and query the database tables to perform basic operations
-
Learning PHP – Lesson 6 – Define PHP Functions
In this lesson we are going to introduce how to define PHP functions. A function is a reusable block of code that…
-
Phalcon project from scratch step by step
In this article we are going to show how to setup Phalcon project from scratch step by step
-
Apache PHP and Phalcon in Docker
Use this docker recipe if you want to setup your small dev environment in Docker with Apache + PHP7 + Phalcon
-
Learning PHP – Lesson 4 – Learn PHP Arrays
Learning PHP – Lesson 4 – Learn PHP Arrays – With this lesson we are introducing a powerful PHP tool: the arrays! We will show how PHP arrays are declared, combined and merged
-
Learning PHP – Lesson 5 – Learn how to use PHP Loops
In this article we will show how to execute code repeatedly until some condition has been met with some useful examples, and in particular we are going to learn how to use PHP Loops
-
Learning PHP – Lesson 3 – if else
In this lesson we are going to look at how to execute some code under a condition or another by presenting the PHP if, else, elif, else if constructs.
-
Learning PHP – Lesson 1 – PHP print and echo
In this lesson we are going to talk about on how we will be able to output on screen what we want by using the print and the echo constructs in PHP
-
Learning PHP – Introduction
With this series of article I want to introduce you to one of the most used languages of these days: PHP.
-
How to show all the environment variables
Small guide on how to show the configured environment variables. It’s handy in environments where we need to retrieve values from the environment i.e. pods