Function in PHP
In very simple language a function is a block of code that can be used to perform a specific task. In […]
In very simple language a function is a block of code that can be used to perform a specific task. In […]
In simple words, an Array is a variable that makes us able to store more than one same kind of value using
Operators are special symbols that tell to PHP processor to do some special operations. For example, there is a +
The string is commonly described as a collection of characters. Mean a string can be a collection of numbers, alphabets,
PHP supports a total of eight data types available in PHP that are integer, float, string, boolean, array, object, resource, and
Data Types in PHP Read More »
We already learned about variables. I assume you would have a clear idea about variables. As we know the value of a variable
Variables are used to store data like strings or numbers for example min_age=18. The value of the variable can be changed
We already learned how to install and start the virtual server on a PC. Here we will check out how to
Hello World program in PHP Read More »
In this tutorial, we will learn about the steps involved in Environment setup for PHP. As we learned in the last
Environment Setup For PHP Read More »
In this tutorial, we will learn an introduction to PHP. PHP stands for Hypertext preprocessor and it is a well-known language
Introduction to PHP Read More »