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…
A blend of coding wisdom and coffee magic.
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…
In this lesson we are going to introduce how to define PHP functions. A function is a reusable block of code that...
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,…
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.
This article will learn the PHP variables
With this series of article I want to introduce you to one of the most used languages of these days: PHP.